Ref/ui-Phpdoc专题
UI\Draw\Text\Font\fontFamilies
Retrieve Font Families
说明
array <span class="methodname">UI\Draw\Text\Font\fontFamilies ( <span class="methodparam">void )
Returns an array of valid font families for the current system
参数
此函数没有参数。
UI\quit
Quit UI Loop
说明
void UI\quit ( void )
Shall cause the main loop to be exited
参数
此函数没有参数。
返回值
UI\run
Enter UI Loop
说明
void UI\run
([ int
$flags ] )
Shall cause PHP to enter into the main loop, by default control will not be returned to the caller
参数
flags
Set UI\Loop to return control, and UI\Wait to return control after
waiting
返回值
目录
- UI\Draw\Text\Font\fontFamilies — Retrieve Font Families
- UI\quit — Quit UI Loop
- UI\run — Enter UI Loop