示例#1
0
 public static extern uint ScriptGetFontProperties(
     IntPtr hdc,
     ref IntPtr psc,
     [In, Out, MarshalAs(UnmanagedType.Struct)] ref SCRIPT_FONTPROPERTIES sfp
     );
示例#2
0
 public static extern int ScriptGetFontProperties(Win32DCSafeHandle hdc, ref ScriptCacheSafeHandle psc, ref SCRIPT_FONTPROPERTIES sfp);
示例#3
0
 internal static extern int ScriptGetFontProperties(IntPtr hdc, ref ScriptCacheSafeHandle psc, ref SCRIPT_FONTPROPERTIES sfp);