DrawingFont()

Syntax

DrawingFont(FontID)
Description
Sets the font to be used for text rendering on the current output.

Parameters

FontID The font to be used. The FontID can be easily obtained with the FontID() function from the font library.

To restore the default system font, #PB_Default can be used as FontID.

Return value

None.

See Also

LoadFont(), FontID()

Supported OS

All

<- DrawText() - 2DDrawing Index - DrawingMode() ->