description: 字体_取逻辑字体

Syntax / 函数原型

  1. bool __stdcall
  2. _font_getlogfont (
  3. HFONT hFont,
  4. int *lpLogFont
  5. );
易语言声明
  1. .版本 2
  2. .DLL命令 _font_getlogfont, 逻辑型, "libexdui.dll", "_font_getlogfont", 公开, 获取逻辑字体
  3. .参数 hFont, 整数型, ,
  4. .参数 lpLogFont, 整数型, ,

Parameters / 参数

hFont

Type: HFONT

字体句柄

lpLogFont

Type: INT32*

保存逻辑字体的指针


Return Value / 返回值

Type: BOOL

获取逻辑字体