I wanted to diff an updated font which has new glyphs added. Obviously those new glyphs have nothing to compare to in the other font, but everything else exists in both reference and updated font. I made it work for me by passing both sets of names to buildDiffData and then checking if the name exists in both before diffing.
I wanted to diff an updated font which has new glyphs added. Obviously those new glyphs have nothing to compare to in the other font, but everything else exists in both reference and updated font. I made it work for me by passing both sets of names to
buildDiffDataand then checking if the name exists in both before diffing.