Esempio n. 1
0
 public static extern int ScriptShapeOpenType(IntPtr hdc, ref SCRIPT_CACHE psc, ref SCRIPT_ANALYSIS psa, OPENTYPE_TAG tagScript, OPENTYPE_TAG tagLangSys, int[] rcRangeChars, ref IntPtr rpRangeProperties, int cRanges, string pwcChars, int cChars, int cMaxGlyphs, [In] [Out] ushort[] pwLogClust, [In] [Out] SCRIPT_CHARPROP[] pCharProps, [In] [Out] ushort[] pwOutGlyphs, [In] [Out] SCRIPT_GLYPHPROP[] pOutGlyphProps, ref int pcGlyphs);
Esempio n. 2
0
 public static extern int ScriptPlaceOpenType(IntPtr hdc, ref SCRIPT_CACHE psc, ref SCRIPT_ANALYSIS psa, OPENTYPE_TAG tagScript, OPENTYPE_TAG tagLangSys, int[] rcRangeChars, ref IntPtr rpRangeProperties, int cRanges, string pwcChars, [In][Out] ushort[] pwLogClust, [In][Out] SCRIPT_CHARPROP[] pCharProps, int cChars, [In][Out] ushort[] pwOutGlyphs, [In][Out] SCRIPT_GLYPHPROP[] pOutGlyphProps, int cGlyphs, [In][Out] int[] piAdvance, [In][Out] GOFFSET[] pGoffset, [In][Out] ABC[] pABC);
Esempio n. 3
0
 public static extern int ScriptPlaceOpenType(IntPtr hdc, ref SCRIPT_CACHE psc, ref SCRIPT_ANALYSIS psa, OPENTYPE_TAG tagScript, OPENTYPE_TAG tagLangSys, int[] rcRangeChars, ref IntPtr rpRangeProperties, int cRanges, string pwcChars, [In] [Out] ushort[] pwLogClust, [In] [Out] SCRIPT_CHARPROP[] pCharProps, int cChars, [In] [Out] ushort[] pwOutGlyphs, [In] [Out] SCRIPT_GLYPHPROP[] pOutGlyphProps, int cGlyphs, [In] [Out] int[] piAdvance, [In] [Out] GOFFSET[] pGoffset, [In] [Out] ABC[] pABC);
Esempio n. 4
0
 public static extern int ScriptShapeOpenType(IntPtr hdc, ref SCRIPT_CACHE psc, ref SCRIPT_ANALYSIS psa, OPENTYPE_TAG tagScript, OPENTYPE_TAG tagLangSys, int[] rcRangeChars, ref IntPtr rpRangeProperties, int cRanges, string pwcChars, int cChars, int cMaxGlyphs, [In][Out] ushort[] pwLogClust, [In][Out] SCRIPT_CHARPROP[] pCharProps, [In][Out] ushort[] pwOutGlyphs, [In][Out] SCRIPT_GLYPHPROP[] pOutGlyphProps, ref int pcGlyphs);