From cd92cdcf63c29b39d42e808ed9343c21382e78ec Mon Sep 17 00:00:00 2001 From: turanszkij Date: Tue, 8 Dec 2015 19:34:27 +0100 Subject: [PATCH] updated font lua binding --- ScriptingAPI-Documentation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ScriptingAPI-Documentation.md b/ScriptingAPI-Documentation.md index 8c98eaff9..108977ea1 100644 --- a/ScriptingAPI-Documentation.md +++ b/ScriptingAPI-Documentation.md @@ -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)