Enables or disables the kerning of the given typeface. Kerning is the process of adjusting the spacing between characters, usually to achieve a visually pleasing result. This funktion works only if kerning pairs defined in the typeface.
SetTypefaceKerning( Typeface.i, State.i )
TypefaceThe number of the typeface. StateShould be #Trueto enable or#Falseto disable the kerning.
None