Hi, all. I'm quite a new comer to the font processing area. Would anyone please give me any guide of hint about how to use sfntly to add new fonts to a ttf file?
The effect I want is: I have an almost empty ttf file which has few fonts, and several complete ttf files that has a complete set of fonts. when a char comes in, look into the small(empty) ttf, if the char is not in it, find the char in a specified complete ttf file, export its whole info, then add them to the small(empty) ttf. Thus the small(empty) ttf file becomes bigger and bigger with more searches. My question is:
1. Is this feature possible by using sfntly?
2. What methods should I look into for different purpose, i.e., how to check whether a char is in one ttf file? How to export the whole font info from an existing ttf file? How to add those exported info to another ttf file, thus app can use it as normal ttf file?
I'm not sure if I explained my situation clearly, I'm happy to give more details if needed. Thanks a lot.