TypefaceFunctionsSetTypefaceKerning

Typeface

File formatFunctions
DisplayTypefaceGetTypefaceDimensionGetTypefaceHeightGetTypefaceWidthLoadTypefaceSetTypefaceAlignmentSetTypefaceColorSetTypefaceItalicSetTypefaceKerningSetTypefaceSizeSetTypefaceSpacing

SetTypefaceKerningFUNCTION

Description

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.

Syntax

SetTypefaceKerning( Typeface.i, State.i )

Parameters

Typeface The number of the typeface.
State Should be #True to enable or #False to disable the kerning.

Return value

None

See also

Union Bytes | Login