예제 #1
0
파일: Usp10.cs 프로젝트: ekicyou/pasta
 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);
예제 #2
0
파일: Usp10.cs 프로젝트: ekicyou/pasta
 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);
예제 #3
0
파일: Usp10.cs 프로젝트: ekicyou/pasta
 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);
예제 #4
0
파일: Usp10.cs 프로젝트: ekicyou/pasta
 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);