Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
PWagner1 opened this issue Dec 19, 2021 · 3 comments
Labels
backlog Issues that are low priority. completed This issue has been completed. enhancement New feature or request new feature A new feature has been requested.
Milestone

Comments

@PWagner1
Copy link
Contributor

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 PWagner1 added the question Further information is requested label Dec 19, 2021
@Smurf-IV
Copy link
Member

Current settings are:

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

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

@PWagner1 PWagner1 added the answered This question has been adequately answered. label Dec 19, 2021
@sdreb3421
Copy link

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

@Smurf-IV Smurf-IV added the enhancement New feature or request label Dec 19, 2021
@Smurf-IV Smurf-IV added this to the Future milestone Dec 19, 2021
@Smurf-IV Smurf-IV changed the title [Question]: Is there a way to set the textbox or combobox font hint [Feature Request]: A way to set the textbox / combobox / RichTextBox Cue font Rendering hint style Dec 19, 2021
@PWagner1 PWagner1 added new feature A new feature has been requested. backlog Issues that are low priority. labels Dec 19, 2021
@Smurf-IV Smurf-IV self-assigned this Dec 3, 2022
@Smurf-IV Smurf-IV added in progress A fix for this issue is in the works. and removed question Further information is requested answered This question has been adequately answered. labels Dec 3, 2022
@Smurf-IV
Copy link
Member

Smurf-IV commented Dec 3, 2022

This:
image

Smurf-IV added a commit that referenced this issue Dec 3, 2022
- Add missing `ShouldSerializeCornerRoundingRadius`

#535
@Smurf-IV Smurf-IV removed their assignment Dec 3, 2022
@Smurf-IV Smurf-IV added completed This issue has been completed. and removed in progress A fix for this issue is in the works. labels Dec 3, 2022
@Smurf-IV Smurf-IV closed this as completed Dec 3, 2022
@PWagner1 PWagner1 modified the milestones: Backlog, Version 8 Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Issues that are low priority. completed This issue has been completed. enhancement New feature or request new feature A new feature has been requested.
Projects
None yet
Development

No branches or pull requests

3 participants