Example #1
0
 public static extern int GetThemeFont(IntPtr hTheme, IntPtr hDC, int partId, int stateId, int propId, out LOGFONT value);
Example #2
0
 public static extern IntPtr CreateFontIndirect(ref LOGFONT font_struct);