-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
width and height value in <advance> tag #786
Comments
The problem is deeper than a bug. The reason that tx and mergefonts drop the vertical advance width when they write to *.pfa and *.cff is the the output font format has nowhere to store vertical advances. This is stored only in the OTF vmtx table. A separate process will be needed to fill out a feature file specification of the vmtx table from the vertical advance widths in a UFO. |
@rroberts The issue is that the horizontal advance, which is specified as the second element of |
If a ufo file has both height and width values in tag, AFDKO tools drop the width value from the font. Please check C12139, C12140, C12141 and C12142 in the attachment, and then
tx -t1 JPSymbol-EL.ufo > JPSymbol-EL.pfa
. The problem produces onmergefonts
too.JPSymbol-EL.ufo.zip
The text was updated successfully, but these errors were encountered: