From aa7c4f6b6fef610d2669ae5648364ef74afd17a8 Mon Sep 17 00:00:00 2001 From: rxi Date: Thu, 19 Jun 2014 21:08:34 +0100 Subject: [PATCH] Updated api.md to reflect changes to getCanvas() & getFont() --- doc/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api.md b/doc/api.md index ca76c1a..c920744 100644 --- a/doc/api.md +++ b/doc/api.md @@ -76,13 +76,13 @@ Mode | Description `"color"` | Draws opaque pixels using the `love.graphics.setColor()` color ##### love.graphics.getFont() -Returns the current font. Returns nil if the default font is being used. +Returns the current font. ##### love.graphics.setFont([font]) Sets the current font. If `font` is nil then the font is reset to the default. ##### love.graphics.getCanvas() -Returns the current canvas. Returns nil if the default canvas is being used. +Returns the current canvas. ##### love.graphics.setCanvas([image]) Sets the current canvas which all the draw operations will draw to. If the