freetypy.Face.get_track_kerning¶
-
Face.get_track_kerning()¶ Get the track kerning for a given face object at a given size.
Parameters: Returns: kerning – The track kerning between the glyphs.
Return type: Notes
Currently, only the Type 1 font driver supports track kerning, using data from AFM files (if attached with
attach).Only very few AFM files come with track kerning data; please refer to the Adobe’s AFM specification for more details.