开发者

How to write outline data into .otf files?

开发者 https://www.devze.com 2022-12-25 16:12 出处:网络
I need to edit or completely replace outline data (bezier curves) of OpenType fonts. the input data is an EPS file that i have to write it into one specified glyph of an otf file with a certain scalin

I need to edit or completely replace outline data (bezier curves) of OpenType fonts. the input data is an EPS file that i have to write it into one specified glyph of an otf file with a certain scaling. (The glyph is specified by PostScript name OR Unicode value.)

I need something lik开发者_StackOverflow社区e an encoder (or just a library of file structure of OpenType)?

where to find about structure of otf and ttf files?

Note: python-realated tools and libraries are performed :-?


Try the FontForge python extensions.

0

精彩评论

暂无评论...
验证码 换一张
取 消