Why is the NamedSize of a Label's FontSize not equal to the literal size? #23317
Unanswered
CodingOctocat
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm curious why MAUI's template Styles.xaml doesn't use NamedSize(Header, Medium, Small, etc...) , but instead uses a literal size of 14 as the default font size for Label. Also I found that the NamedSize of a Label's FontSize is not visually equal to the literal size! NamedSize runs with a non-integer font size instead of the usual 14, 18, 22.
Beta Was this translation helpful? Give feedback.
All reactions