views:

30

answers:

1

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 like 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 :-?

+1  A: 

Try the FontForge python extensions.

mikerobi