DrawingFont()
语法
DrawingFont(FontID)概要
Sets the font to be used for text rendering on the current output.
参数
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.
返回值
无.
参阅
LoadFont(), FontID()
已支持操作系统
所有