Set text size
#669
-
Is there any way to set text size inside a canvas, other than calling There is no relevant style and Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
fenjalien
Aug 7, 2024
Replies: 1 comment
-
You can To save a bit of time you could write a wrapper function that applies the styling you want:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
memeplex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can
set text
outside of the canvas but if you want to change it within the canvas you would have to set it for eachcontent
function due to how scopes work in Typst.To save a bit of time you could write a wrapper function that applies the styling you want: