コード例 #1
0
ファイル: GDI.cs プロジェクト: luowei98/RobertLw
 public static extern int EnumFontFamiliesEx(IntPtr hdc, ref LOGFONT lpLogFont, ref int lpEnumFontProc,
                                             int lParam, int dw);
コード例 #2
0
ファイル: GDI.cs プロジェクト: luowei98/RobertLw
 public static extern int CreateFontIndirect(ref LOGFONT lpLogFont);