Searched refs:AFM (Results 1 – 9 of 9) sorted by relevance
4 …for manipulating fonts, written in Python. It supports TrueType, OpenType, AFM and to an extent Ty…
83 class AFM(object): class362 afm = AFM(path)
10 * Add kerning (AFM file) support to the CID driver.
1800 - Better AFM support. This includes track kerning support.3058 AFM file was attached to its face, but the3727 for only 13 Kb of code ;-) Doesn't read AFM files though, nor the4015 - improvements in the Type 1 driver with AFM support4068 Trivial AFM support has been added to read kerning information but4100 - Test the AFM routines of the Type 1 drivers to check that kerning
44 providing additional information. The main usage is to load AFM files
91 fontTools.afmLib -- And AFM file reader/writer.
1230 `Ascender', and `Descender' from an AFM.1232 * src/type1/t1afm.c (T1_Read_Metrics): Use the metrics from the AFM.1385 AFM parser optional, controlled by `T1_CONFIG_OPTION_NO_AFM'.1464 implement an AFM parser.1479 * src/tools/test_afm.c: A test program for AFM parser.1489 src/type1/t1afm.h: Update to use the AFM parser.
1060 FT_FACE_FLAG_KERNING when appropriate for Type1 + AFM files.2203 we'll work on supporting CID AFM files later I guess :-)
333 This patch enables tests of `FT_Attach_Stream' and AFM/PFM parsing;2858 [psaux, type1] Fix minor AFM issues.