Searched refs:AFM (Results 1 - 3 of 3) sorted by relevance

/external/fonttools/
H A DREADME.md4 > a tool to convert OpenType and TrueType fonts to and from XML. FontTools is a library for manipulating fonts, written in Python. It supports TrueType, OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
/external/fonttools/Lib/fontTools/
H A DafmLib.py1 """Module for reading and writing AFM files."""
3 # XXX reads AFM's generated by Fog, not tested with much else.
5 # File Format Specification). Still, it should read most "common" AFM files.
83 class AFM(object): class in inherits:object
116 raise error("syntax error in AFM file: " + repr(line))
135 raise error("syntax error in AFM file: " + repr(rest))
147 raise error("syntax error in AFM file: " + repr(rest))
172 raise error("syntax error in AFM file: " + repr(rest))
180 raise error("syntax error in AFM file: " + repr(rest))
288 # all attrs *not* starting with "_" are consider to be AFM keyword
[all...]
/external/fonttools/Tools/fontTools/
H A DafmLib.py1 """Module for reading and writing AFM files."""
3 # XXX reads AFM's generated by Fog, not tested with much else.
5 # File Format Specification). Still, it should read most "common" AFM files.
83 class AFM(object): class in inherits:object
116 raise error("syntax error in AFM file: " + repr(line))
135 raise error("syntax error in AFM file: " + repr(rest))
147 raise error("syntax error in AFM file: " + repr(rest))
172 raise error("syntax error in AFM file: " + repr(rest))
180 raise error("syntax error in AFM file: " + repr(rest))
288 # all attrs *not* starting with "_" are consider to be AFM keyword
[all...]

Completed in 78 milliseconds