How can I make the text font size more larger? #4226
-
How to make font size 72px
How to do it, is there any reference? Thanks
|
Beta Was this translation helpful? Give feedback.
Answered by
andydotxyz
Sep 9, 2023
Replies: 1 comment 1 reply
-
The For text just set |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
junmaqiang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
canvas.Text
andwidget.Label
are different. Canvas package is configurable primitives and the widget package always follows the theme.For text just set
Text.TextSize
and forLabel
either set the font of your theme to be larger or useRichText
where you could have a heading segment, for example.