Editor Font Size

I have a font size of 17 set on XAML for the placeholder and text . 

Placeholder font size is OK but when I begin to type the font size increases and is too big. 

Is the size of 17 translated into a bigger size internally within the editor? 

Note a standard editor control of font size 17 is the size that is expected. 


6 Replies

RD Raymond Dillon April 17, 2026 05:37 PM UTC

I've tried this with other sized too. 


e,g 

 DefaultFontSize="4"

 PlaceholderFontSize="4"


DefaultFontSize is always a point or 2 bigger than Placehilkde



RD Raymond Dillon April 19, 2026 03:52 AM UTC

OK additional bug. I have my editor in a poup and When I type it's a small font. When I close the popup and re open the font is big. I can open the popup from other places in the app but basically any 2nd open of the editor the font is large. 


This is only on iOS 



RD Raymond Dillon April 19, 2026 03:52 AM UTC

OK additional bug. I have my editor in a poup and When I type it's a small font. When I close the popup and re open the font is big. I can open the popup from other places in the app but basically any 2nd open of the editor the font is large. 


This is only on iOS 



VT Vimala Thirumalai Kumar Syncfusion Team April 22, 2026 01:18 PM UTC

 

Hi Raymond, 


We would like to inform you that we were able to reproduce the reported scenario related to font size consistency. Our development team is currently reviewing this further to validate the findings. We will share further update on 27 April 2026. 

  

Regards, 

Vimala. 



BP Baranibharathi Pandian Syncfusion Team April 27, 2026 11:33 AM UTC

Hi Raymond,

 

The reported issue has been reproduced on our end, and our development team is currently working on resolving it. We plan to provide a fix in the upcoming weekly release scheduled for May 5, 2026.

 

Please let us know if you need any additional information in the meantime.

 

Regards,

Baranibharathi P.



BP Baranibharathi Pandian Syncfusion Team May 5, 2026 05:46 AM UTC

Hi Raymond,

 

We have fixed the reported issue and included the issue fix in our latest weekly NuGet release update version 33.2.5, which is available for download at nuget.org.

 

NuGet Version: 33.2.5

 

Root cause:

The root cause of issue the placeholder text is styled using direct CSS (font-size: 14px), while the RichTextEditor content is rendered using HTML font tags, and these different rendering approaches can cause slight visual size differences even with the same pixel value.

 

We appreciate your support and patience. Please feel free to contact us if you need any further assistance.

 

Regards,

Baranibharathi P.


Loader.
Up arrow icon