Click here to Skip to main content
15,879,095 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My C# application includes simple text boxes and richtext boxes. Often the richtext boxes contain rich text copied and pasted from elsewhere, and often the rtf markup includes hardcoded font size (\fsXX, XX in half points). In most cases the font size of the rich text is the same or close to that of the simple text.

When the DPI scaling is set to anything other than the default 96 the rich text is distorted as follows:

a) When the application is NOT set to be DPI aware the richtext is shown smaller than the simple text and is blurry.

b) When the application is set to be DPI aware the rich text is larger than the simple text.

Is there a means to allow or force the richtext to scale with the simple text, short of editing the markup directly?
Posted
Updated 8-Nov-12 9:34am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900