Closed RickyDaMa closed 1 month ago
I've just fixed the ufomerge bug and am happy with this if you are - ready for review?
I don't think the failing test runs are on me, but let me know if I'm mistaken there
Pushed documentation on the subset operation (see it rendered here)
I wanted to pin ufomerge
to >1.8.0* so we don't pull in the bugged version to gftools, but as far as I can see gftools doesn't even have an explicit dependency on ufomerge
? If so, I think we should add it
(*note: the fix has not yet been released)
Yes, please add a dependency on ufomerge>=1.8.1
@simoncozens Thanks Simon, all pinned now: š 1e0521a06ac8c7b9f653e353e6b914a19b4b842f š
Nice, thank you!
Adds support both on commandline and through YAML for glyphs to be excluded by either their name or codepoint.
All of the following now work (and yes, they would work together if something possessed you to do so):
Usage docs for the CLI:
The file format I've tried to be considerate/flexible: it's newline delimited, allowing either
//
or#
style comments (both in-line and on thier own line)Considerations:
ufomerge
's own CLI convention?ufomerge
that means excluding a glyph by name when using a named glyphset will remove its unicode: https://github.com/googlefonts/ufomerge/issues/28Happy to hear thoughts, feedback, emotions