Open JonesLiang opened 1 year ago
I also met this problem,then I saw the code,and found when encode the subset ,not return cmap tables。They are the core component of font files. The existence and correct parsing of these tables are key to the normal use of fonts.
by the way,readme also mention this
I also met this problem,then I saw the code,and found when encode the subset ,not return cmap tables。They are the core component of font files. The existence and correct parsing of these tables are key to the normal use of fonts.
by the way,readme also mention this
Thanks,bro. I just wanted to use this library to generate a subset of a font file, but later I found another library called Fontmin that can achieve the same functionality. In comparison, Fontmin has a smaller size and is easier to use. I hope this can help you.
Nice call on fontmin, it worked! I was getting font glyphs being set at undefined positions (not unicode points) in fontkit, but fontmin worked.
Is there a problem with my code?