compact-font-format

Convert CFF fonts into OpenType fonts programmatically

家住魔仙堡 提交于 2019-12-21 22:40:42
问题 Does anyone have any pointers where I can find extra information on how to create an opentype wrapper around a CFF font? Currently I have a parser for CFF files so I can get all sorts of information out of it (cmap, glyph names, widths, names etc etc). Given this information I am unable to create an Opentype (truetype format like) wrapper so I can use the font on Windows using GDI; GDI will not load the Opentype font and the only thing I know is that it fails to load the font. Does anyone

Convert CFF fonts into OpenType fonts programmatically

旧城冷巷雨未停 提交于 2019-12-04 15:06:39
Does anyone have any pointers where I can find extra information on how to create an opentype wrapper around a CFF font? Currently I have a parser for CFF files so I can get all sorts of information out of it (cmap, glyph names, widths, names etc etc). Given this information I am unable to create an Opentype (truetype format like) wrapper so I can use the font on Windows using GDI; GDI will not load the Opentype font and the only thing I know is that it fails to load the font. Does anyone know any additional information, validation applications, example code, get additional information why the