Make Font.getGlyphMetrics use an index only

This commit is contained in:
Joshua Granick
2015-03-12 21:59:51 -07:00
parent 1eede284a6
commit 7aaaa16ada
4 changed files with 20 additions and 108 deletions

View File

@@ -49,7 +49,7 @@ namespace lime {
value GetCharIndices (char* characters);
int GetDescender ();
wchar_t *GetFamilyName ();
value GetGlyphMetrics (GlyphSet *glyphSet);
value GetGlyphMetrics (int index);
int GetHeight ();
int GetNumGlyphs ();
int GetUnderlinePosition ();