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

Calculated the correct font size for use in WPF. #524

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

reduckted
Copy link
Contributor

The font size specified in the FontInfo object is in points. WPF does not use points for font sizes, so the font size was always smaller than it should have been.

Fixes #523.

The font size specified in the FontInfo object is in points. WPF does not use points for font sizes, so the font size was always smaller than it should have been.
@reduckted reduckted mentioned this pull request Oct 30, 2024
@madskristensen madskristensen merged commit 5301fca into VsixCommunity:master Oct 31, 2024
1 check passed
@madskristensen
Copy link
Contributor

Nice. Thanks

@reduckted reduckted deleted the bugfix/font-size branch October 31, 2024 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FontSize inconsistency
2 participants