-
-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Using the 'Hiragino Sans W1' typeface in a formatted String with a lineheight smaller than the font-size some of the text is cut off. Anyone has an idea if this is font related?
txt = 'ADABACAD\n'*10
lh = 7
fstr = FormattedString(txt, fontSize=25, font='Hiragino Sans W1', lineHeight = lh)
text(fstr, (100, 400))
fstr = FormattedString(txt, fontSize=25, lineHeight = lh)
text(fstr, (300, 400))

Metadata
Metadata
Assignees
Labels
No labels