DrawingFont()
Syntax
DrawingFont(FontID)Description
Sets the current font to the given FontID. All new text will be rendered with the new specified font.
The FontID can be easily obtained with the FontID() command from the font library. The font should be loaded with LoadFont() before using this function. To restore the default system font, #PB_Default can be used as FontID.
Supported OS
All