From 29ed61131d361ff2f0eec5432925d643d892ab12 Mon Sep 17 00:00:00 2001 From: Firew0lf Date: Mon, 28 Sep 2015 22:52:19 +0200 Subject: [PATCH] Oops, fixed an error in the gfx.font documentation --- source/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/font.c b/source/font.c index 4b45da1..be75d45 100644 --- a/source/font.c +++ b/source/font.c @@ -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) */