gftools
gftools copied to clipboard
[ufo-merge] are external (included) .fea files supported?
I seem to have trouble merging UFOs that include external feature files. Is that to be expected at this point?
I think it should work. (although clearly it isn't for you!) If there's a minimal example I can have a look at it.
I'll try to make an example, thank you. (I may have messed up, esp. since you say it should work.)
Hm, it doesn't seem to flatten included .fea code, and merges the include statement as is.
The UFO in "merged" was made like this:
gftools ufo-merge FontA-Regular.ufo FontB-Regular.ufo -g "*" -o merged/Merged.ufo
The include reference in the merged font is no longer valid due to the different UFO location.
Test files: merge_external_fea_test.zip
Thanks, will take a look.