Standard-Toolkit icon indicating copy to clipboard operation
Standard-Toolkit copied to clipboard

[Feature Request]: A way to set the textbox / combobox / RichTextBox Cue font `Rendering hint` style

Open PWagner1 opened this issue 4 years ago • 2 comments

From sdreb3421 via Discord

Is there a way to set the textbox or combobox font hint (i.e. AntiAliasGridFit)? I see no way to do it for a text box, and the combo box only allows it for the drop down items. If not I'll add a feature request.

PWagner1 avatar Dec 19 '21 09:12 PWagner1

Current settings are:

            g.SmoothingMode = SmoothingMode.HighQuality;
            g.TextRenderingHint = TextRenderingHint.AntiAlias;

So to change these, it will have to become a feature request.

Smurf-IV avatar Dec 19 '21 09:12 Smurf-IV

Would be nice, but I would make it low priority if so

sdreb3421 avatar Dec 19 '21 09:12 sdreb3421

This: image

Smurf-IV avatar Dec 03 '22 12:12 Smurf-IV