Extracting glyph-path information from ttf files

Posted by Anonymous Coward on Stack Overflow See other posts from Stack Overflow or by Anonymous Coward
Published on 2010-06-05T17:07:57Z Indexed on 2010/06/05 17:12 UTC
Read the original article Hit count: 615

Filed under:
|
|

I'm trying to figure out a way to extract the information encoded in ttf files. namely: The char-to-glyph table and the individual glyph path data.

Does anyone have a good reference explaining the ttf file structure, or some other solution?

Keep in mind that I'm not interested in any libraries that can do it for me either (unless they are open source and I can see how they are doing it). The "master" goal is to implement it in Javascript.

Thanks!

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about ttf