Standard-Toolkit
Standard-Toolkit copied to clipboard
[Feature Request]: A way to set the textbox / combobox / RichTextBox Cue font `Rendering hint` style
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.
Current settings are:
g.SmoothingMode = SmoothingMode.HighQuality;
g.TextRenderingHint = TextRenderingHint.AntiAlias;
So to change these, it will have to become a feature request.
Would be nice, but I would make it low priority if so
This:
