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