updated font lua binding

This commit is contained in:
turanszkij
2015-12-08 19:34:27 +01:00
parent 514e60ee86
commit cd92cdcf63
+1
View File
@@ -117,6 +117,7 @@ getprops(YourObject) on them (where YourObject is the object which is to be insp
### Font
Gives you the ability to render text with a custom font.
- [constructor]Font(opt string text)
- SetStyle(string fontstyle)
- SetText(opt string text)
- SetSize(float size)
- SetPos(Vector pos)