When setting FontOptions (FontSize, FontAttributes) and TextColor to the control, they are not applied. For example setting a BackgroundColor works as expected.
<telerikRichTextEditor:RadRichTextEditor BackgroundColor="Black"
x:Name="richTextEditor"
TextColor="White"
FontAttributes="Bold"
FontSize="30" />