![]() |
![]()
| ![]() |
![]()
NAMEttfdump - Dumping the contents of a TrueType Font file SYNOPSISttfdump [-h] [-t tablename] [-g glyphnumber] [-c collection] [-o dumpfile] [-i] ttfile DESCRIPTIONttfdump dumps the contents of a TrueType font file in ASCII form. A TrueType font file is consist of various tables. Those table are divided into two categories - Required Tables and Optional Tables. Mulitiple TrueType fonts can be merged to a TrueType Collection. Options
EXAMPLETo dump all information in the TrueType font file times.ttf: ttfdump times.ttf
To dump the required table cmap in the file: ttfdump -t cmap times.ttf
To dump a single glyph with index 50: ttfdump -g 50 times.ttf
SEE ALSOTrueType 1.0 Font Files, Technical Specification Revision 1.66 November 1995 NOTEInstruction disassembler in not implemented. AUTHORLi-Da Lho, ollie@ms1.hinet.net
|