notofonts / notobuilder

Python module for building Noto fonts
9 stars 0 forks source link

Using custom GlyphData.xml file #29

Closed khaledhosny closed 1 month ago

khaledhosny commented 1 year ago

I want to use a custom GlyphData.xml file, but there does not seem to be a way to do this using notobuilder. What is the best way to do this, plumb this all the way: notobuilder → gftools builder → fontmake, or make glyphLib automatically load GlyphData.xml file next to the source file (like GlyphsApp does)?

khaledhosny commented 1 year ago

I went ahead and created https://github.com/googlefonts/fontmake/pull/1016 and https://github.com/googlefonts/gftools/pull/694. But now I realized that notobuilder requires the noto branch of gftools, so we need to get the gftools change there once it lands to gftools main branch.

simoncozens commented 1 month ago

This is all fixed now.