add menus

This commit is contained in:
airstruck
2015-11-08 15:06:16 -05:00
parent 21ace2a243
commit 7bcf8ffbda
16 changed files with 442 additions and 99 deletions

View File

@@ -37,7 +37,7 @@ function Font:setWidth (width)
end
function Font:getLineHeight ()
return self.font:getLineHeight()
return self.font:getHeight()
end
function Font:getAscender ()