Unplanned
Last Updated: 23 May 2017 05:52 by ADMIN
ADMIN
Boby
Created on: 19 May 2017 14:39
Category: RichTextBox
Type: Bug Report
0
RichTextBox: End of text line is clipped when the text is with font with simulated bold or italic (oblique) typeface
If the font applied to text doesn't contain Bold or Italic typefaces, the text at the end of the line is clipped.

Workaround: Switch to the old rendering mode (which is somewhat slower):
this.radRichTextBox.TextRenderingMode = TextBlockRenderingMode.TextBlockWithPropertyCaching;
0 comments