description: 字体_创建自逻辑字体

Syntax / 函数原型

  1. HFONT __stdcall
  2. _font_createfromlogfont (
  3. int *lpLogfont
  4. );
易语言声明
  1. .版本 2
  2. .DLL命令 _font_createfromlogfont, 整数型, "libexdui.dll", "_font_createfromlogfont", 公开,
  3. .参数 lpLogfont, 整数型, ,

Parameters / 参数

lpLogfont

Type: INT32

逻辑字体指针


Return Value / 返回值

Type: HFONT

创建成功 返回新的字体句柄