You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a glif file that has both advance height and width defined like <advance height="1000" width="1000"/> uforead fails to read the width and sets it to 0. If width comes first then it gets read. We need to check for height as well. Right now we can just ignore it because width is more important, but correctly using height is something that can be dealt with later (more info in fonttools/fonttools#2704 about using advance height from UFO to set vmtx/VORG).
In a glif file that has both advance height and width defined like
<advance height="1000" width="1000"/>
uforead fails to read the width and sets it to 0. Ifwidth
comes first then it gets read. We need to check forheight
as well. Right now we can just ignore it because width is more important, but correctly usingheight
is something that can be dealt with later (more info in fonttools/fonttools#2704 about using advance height from UFO to set vmtx/VORG).afdko/c/shared/source/uforead/uforead.c
Line 1685 in c02a68d
The text was updated successfully, but these errors were encountered: