This commit is contained in:
Ryan Oldenburg 2021-05-09 01:21:13 -05:00
parent f969a04a03
commit 6a1679fabb

View file

@ -131,9 +131,7 @@ proc typeset*(
## bounds: width determines wrapping and hAlign, height for vAlign ## bounds: width determines wrapping and hAlign, height for vAlign
## hAlign: horizontal alignment of the text ## hAlign: horizontal alignment of the text
## vAlign: vertical alignment of the text ## vAlign: vertical alignment of the text
## textCase: text character case
## wrap: enable/disable text wrapping ## wrap: enable/disable text wrapping
## kerning: enable/disable kerning adjustments to letter spacing
result = Arrangement() result = Arrangement()
result.font = font result.font = font