Katherine
Katherine
I don't think screenshots would add much of value :) I suppose there's some value which is used by MacOS's rendering, but not by others. I'm working on having the...
I think they're also a tiny bit short, so maybe just scaling them _slightly_ might work out just right?
@skosch I'm not sure what to do about this. I don't want to just comment out the offending glyphs because then obviously we'd be missing their kerns. I presume asking...
I could simply comment out the offending lines, but then I fear we'd be missing a bunch of kerns.
As a concrete example, `Crimson-Bold#00_ik.fea` refers to `zero.onum`. But `Crimson-Bold.sfd` does not contain `zero.onum`. So commenting that out will be harmless. However I'm not currently sure that there aren't glyphs...
7c8c2ab adds a makefile target to automate commenting out of these unused glyph names. However it (purposefully) does not comment out lines which are sets of character classes, since those...
Yes, that's possible. I'll compare against that after I'm done with automating commenting for the iKern files. If the iKern files just contain glyphs which do not exist, then the...
Bold seems to be missing substitutions for a lot of characters for `c2sc`, for which substitutions are present for `smcp`. That's a bug, but I'll fix it as part of...
An update on where I am with this: Currently the `.fea` files are looking decent for substitutions. FontForge merges these just fine, and I'm considering `.fea` canonical for that information,...
Some discussion on fontforge/fontforge#2603.