示例#1
0
文件: GDI.cs 项目: SameerOmar/InkMon
 public static extern int EnumFontFamiliesEx(IntPtr hdc, ref LOGFONT lpLogFont, ref int lpEnumFontProc,
     int lParam, int dw);
示例#2
0
文件: GDI.cs 项目: SameerOmar/InkMon
 public static extern int CreateFontIndirect(ref LOGFONT lpLogFont);