Hi,
Merging fonts… this is a pretty difficult problem. Some considerations:
- What glyph do you keep if the same Unicode codepoint is referenced in both font’s CMAP tables?
- Are you contemplating keeping OpenType features? Merging the GSUB and GPOS tables will be challenging.
- How about kerning? Are you planning to keep the KERN table and kerning pairs in the GPOS table?
SFNTLY doesn’t really help with any of these issues. IMHO, it’s going to take a good bit of new code to use the sfntly library to merge fonts?
Just for my education, why do you want to merge two different fonts?
Cheers,
Bill