Add Font.getCharIndices

This commit is contained in:
Joshua Granick
2015-03-12 21:53:55 -07:00
parent 93b20b38c0
commit 1eede284a6
4 changed files with 50 additions and 5 deletions

View File

@@ -46,6 +46,7 @@ namespace lime {
value Decompose (int em);
int GetAscender ();
int GetCharIndex (char* character);
value GetCharIndices (char* characters);
int GetDescender ();
wchar_t *GetFamilyName ();
value GetGlyphMetrics (GlyphSet *glyphSet);