cheshirekow  v0.1.0
freetype::kerning_mode Namespace Reference

An enumeration used to specify which kerning values to return in FT_Get_Kerning. More...

Enumerations

enum  KerningMode { DEFAULT = 0, UNFITTED, UNSCALED }
 

Detailed Description

An enumeration used to specify which kerning values to return in FT_Get_Kerning.

See Also
KerningMode

Enumeration Type Documentation

Enumerator
DEFAULT 

Return scaled and grid-fitted kerning distances (value is 0).

UNFITTED 

Return scaled but un-grid-fitted kerning distances.

UNSCALED 

Return the kerning vector in original font units.

Definition at line 684 of file types.h.