afdko icon indicating copy to clipboard operation
afdko copied to clipboard

[tx] Add iFD to glyphs mappings to groups.plist

Open kaydeearts opened this issue 3 years ago • 1 comments

Within groups.plist for CID-keyed UFO, add a dictionary of iFDs that point to a list of glyphs to identify which glyphs use which fdicts within the FDArray

kaydeearts avatar Jul 15 '22 00:07 kaydeearts

On kd-fdarray-libplist branch I updated the test file tests/tx_data/input/cid_roundtrip/testCID.ufo with the new setup for FDArraySelect groups in groups.plist. Removed PrivateDicts from the FDArrays in lib.plist and moved the data in them to the top level. Also changed com.adobe.type.postscriptCIDMap to only map glyph names to CID instead of having iFD in there as well.

punchcutter avatar Jul 20 '22 07:07 punchcutter

Implemented in #1576 . Here's an example of what the groups.plist should look like!

kaydeearts avatar Mar 02 '23 19:03 kaydeearts