Is an update to the SfRichTextEditor coming that will allow control of the fonts? Our Xamarin.Forms app has embedded fonts in it that we are able to use successfully within all the XAML elements of the app. It would be great to specify fonts for each of the styles in the editor, and also great to be able to specify our own styles.
Barring that, can you explain how it decides to choose the default font? On UWP, my project uses Times New Roman for the Paragraph style. On Android it varies by device. I have two Android 9 test devices, a Samsung tablet, and an e-Ink tablet device. Both use a sans serif font as expected on Android, but one of them is always bold, no matter the setting of the bold button in the toolbar.
Is the editor based on WebView? If so, then we may be able to adjust the default fonts it uses in our app.
The control you have made is really great, but its lack of customization makes me wish for something else.
Thank you!