c - True Type Font File -
i working on scalable font. wanted know specification of .ttf file or contains of .ttf file , how these contains arranged. question- knows basic structure of .ttf file.
how see contains of .ttf binary file.
the fontforge documentation has links of relevant font standards. note there no one-true-truetype standard.
http://fontforge.sourceforge.net/bibliography.html#formats
microsoft's standard: http://www.microsoft.com/typography/specificationsoverview.mspx
adobe's opentype standard (an extension normal truetype): http://www.adobe.com/devnet/opentype.html
apple's standard: http://developer.apple.com/fonts/ttrefman/ (complete in retro-2002 web)
note fontforge self reference implementation.
Comments
Post a Comment