GetGadgetFont()
语法
FontID = GetGadgetFont(#Gadget)概要
Get the FontID associated with the specified gadget.
参数
#Gadget The gadget to use. If the #PB_Default constant is used as the gadget then the default FontID used for new created gadgets is returned.
返回值
Returns the FontID for the gadget or the one used for newly created gadgets.
Note: On Mac OSX, this function returns 0 if the gadget does not have a specific font associated with it.
参阅
SetGadgetFont(), FontID()
已支持操作系统
所有