1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00

Oops, fixed an error in the gfx.font documentation

This commit is contained in:
Firew0lf 2015-09-28 22:52:19 +02:00
parent 5d0e2a7d81
commit 29ed61131d

View file

@ -77,7 +77,7 @@ font object
/***
Return the width of a string with a font.
@function :object_width
@function :width
@tparam string text the text to test
@treturn number the width of the text (in pixels)
*/