TypefaceFunctionsSetTypefaceSize

Typeface

File formatFunctions
DisplayTypefaceGetTypefaceDimensionGetTypefaceHeightGetTypefaceWidthLoadTypefaceSetTypefaceAlignmentSetTypefaceColorSetTypefaceItalicSetTypefaceKerningSetTypefaceSizeSetTypefaceSpacing

SetTypefaceSizeFUNCTION

Description

Sets the size of the given typeface.

Syntax

SetTypefaceSize( Typeface.i, Size.f [, Mode.i] )

Parameters

Typeface The number of the typeface.
Size The new size in relative units to the original typeface size or in absolute pixel, dependent of the given mode.
Mode The mode of the size:
#PB_Relative The size is in relative units to the original typeface.
#PB_Absolute The size is in absolute pixels

Return value

None

See also

Union Bytes | Login