New to Typophile? Accounts are free, and easy to set up.
FDK’s CompareFamily is blaming me for using underscores in glyphname extensions like in zero.onum_pnum. It interprets the glyphs as ligatures like a f_l glyph and it searches for the pnum glyph without any luck. Is it just FDK that is a little bit too sensitive here or does this affect decomposition behavior in Acrobat as well?
7 Sep 2008 — 4:04pm
zero.onum_pnumis a fine name. Some CompareFamily tests may be too tailored to the glyph names we use at Adobe. Would be good to know exactly what's the message you're getting and which test is generating it, so that we can improve the algorithm to account for such glyph names. Thanks.8 Sep 2008 — 12:10am
Thanks Miguel.
The warning is in the
Single Face Test 26: Glyph name checkspart and says:Warning. Glyph name 'pnum' in ligature name 'zero.onum_pnum' is neither in the AGD, nor a 'uni' name, and can't be mapped to a Unicode value.The same message follows for all the other glyphs with the same kind of name extension.
I'm running a rather verbose report with the following command:
comparefamily -rm -rn -rp -hint -l ../log/compareFamily.log8 Sep 2008 — 8:45am
This is a bug in CompareFamily - it shouldn't be applying the ligature checking logic to the glyph suffix. This fixed now in my version, fix will be available in the next AFDKO release, =do in a few weeks.
8 Sep 2008 — 8:52am
Thanks, Read!
ChrisL