Exemplo n.º 1
0
		[DllImport("gdi32")] public static extern int EnumFontFamiliesEx(HDC hdc, ref LOGFONT lpLogFont, ref int lpEnumFontProc, int lParam, int dw);
Exemplo n.º 2
0
		[DllImport("gdi32")] public static extern int CreateFontIndirect(ref LOGFONT lpLogFont);