Zachary Quinn Scheuren

Results 210 comments of Zachary Quinn Scheuren

Another one with the same issue is U+57ED.

Another HK/TW issue with the 隶 component is U+96B8. HK and TW are almost identical, but that's because the TW glyph is wrong. The 示 component should be TW style...

We can drop the TW glyphs for U+5EB7 and U+57ED and fix the TW glyph for U+96B8.

Fixed in https://github.com/adobe-fonts/source-han-serif/releases/tag/2.002R

I already started updating to use the new way. No reason at all to keep the old way. iFD should go into groups.plist and CIDs in the CIDMap in lib.plist...

I tried the latest kd-fdarray-libplist-libxml2-2 and found two problems: 1. Running tx fails on a UFO if lib.plist has `public.glyphOrder` after the CID information. `public.glyphOrder` needs to be defined first...

If there is a mismatch between the number of FDArrays defined in lib.plist and the number of FDSelect groups in groups.plist we should error out. Right now if we drop...

Kind of related to my last comment running tx alone on a UFO outputs an extra empty FontDict. Running `tx -t1` and outputting to a file is fine and the...

I tried the latest and if I remove com.adobe.type.postscriptCIDMap it still reads as CID-keyed with all glyphs set to CID 0.

The one big thing that I see right now is that going `tx -ufo -o test.ufo test.pfa` doesn't create a groups.plist so any further tx'ing on the UFO fails ```...