Wrapper for FreeType fonts.
For more information about this class, see The FreeTypeFont Class.
The ImageFont module defines a class with the same name.
For more information about this class, see The ImageFont Class.
Wrapper that creates a transposed font from any existing font object.
For more information about this class, see The TransposedFont Class.
Load a TrueType or OpenType font file, and create a font object. This function loads a font object from the given file, and creates a font object for a font of the given size.
This function requires the _imagingft service.
Wrapper for FreeType fonts. Application code should use the truetype factory function to create font objects.
The ImageFont module defines a class with the same name. Instances of this class store bitmap fonts, and are used with the text method of the ImageDraw class.
PIL uses it's own font file format to store bitmap fonts. You can use the pilfont utility to convert BDF and PCF font descriptors (X window font formats) to this format.
Starting with version 1.1.4, PIL can be configured to support TrueType and OpenType fonts. For earlier version, TrueType support is only available as part of the imToolkit package