Can Rich Text features be configured per user?

look here tinymce and users and add something similar to your themes functions.php and maybe work on that by wrapping it with a custom role / capability which you assign to your trusted users:

if (current_user_can( 'have_tiny_mce_options' ) { tinymce options here }

the page example only shows 3 options but im sure that this can be improved