FreeFont()

语法

FreeFont(#Font)
概要
Free the given Font, previously initialized by LoadFont().

参数

#Font The font to free. If #PB_All is specified, all the remaining fonts are freed.

返回值

无.

Remarks

All remaining fonts are automatically freed when the program ends.

参阅

LoadFont()

已支持操作系统

所有

<- FontID() - Font Index - IsFont() ->