Added Data:getString to GlyphData

This commit is contained in:
Alex Szpakowski
2013-06-16 04:10:09 -03:00
parent f25efcc8af
commit dd9cca1a55
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -32,6 +32,8 @@ GlyphData *luax_checkglyphdata(lua_State *L, int idx)
static const luaL_Reg functions[] =
{
// Data
{ "getString", w_Data_getString },
{ "getSize", w_Data_getSize },
{ 0, 0 }
};