函数参考


_WinAPI_SetFont

设置窗口字体.

#Include <WinAPI.au3>
_WinAPI_SetFont($hWnd, $hFont [, $fRedraw = True])

参数

$hWnd 窗口句柄
$hFont 字体句柄
$fRedraw [可选参数] 如果为 True 就重绘控件.

返回值

None.

注意/说明

None.

相关