FontWeight not working?
#12797
-
I'm trying to create a TextBlock with a bolder font weight, and it always seems to be rendered with the default weight. I bet it's something silly I've done, still learning. I'm using Material on Skia. |
Beta Was this translation helpful? Give feedback.
Answered by
HakanL
Jul 5, 2023
Replies: 1 comment
-
Ah, I think I just figured it out, apparently I need to specify the attributes FontFamily="MaterialMediumFontFamily" AND FontWeight. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
HakanL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, I think I just figured it out, apparently I need to specify the attributes FontFamily="MaterialMediumFontFamily" AND FontWeight.