Exemple #1
0
 public static int __tt_getGlyphIndex(this StbTrueType.stbtt_fontinfo font, int codepoint)
 {
     return((int)(StbTrueType.stbtt_FindGlyphIndex(font, (int)(codepoint))));
 }