TypefaceFunctionsSetTypefaceSpacing

Typeface

File formatFunctions
DisplayTypefaceGetTypefaceDimensionGetTypefaceHeightGetTypefaceWidthLoadTypefaceSetTypefaceAlignmentSetTypefaceColorSetTypefaceItalicSetTypefaceKerningSetTypefaceSizeSetTypefaceSpacing

SetTypefaceSpacingFUNCTION

Description

Sets the spacing of letters, words and lines of the given typeface.

Syntax

SetTypefaceSpacing( Typeface.i, Letter.f [, Word.f [, Line.f]] )

Parameters

Typeface The number of the typeface.
Letter The (additional) space in pixel between two letters. You can use #PB_Ignore to ignore this parameter.
Word The (additional) space in pixel between two words (separated with space-character). You can use #PB_Ignore to ignore this parameter.
Line The (additional) space in pixel between two lines. You can use #PB_Ignore to ignore this parameter.

Return value

None

See also

Union Bytes | Login