From 0deb96a904845129a148fe440a65fb6ca699939d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 19 Jan 2015 14:26:57 -0500 Subject: TODO: Add new item. * TODO.org ("Bitmap font rendering from tileset"): New item. --- TODO.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.org b/TODO.org index 0f406bd..e282073 100644 --- a/TODO.org +++ b/TODO.org @@ -160,6 +160,12 @@ drawing. Cache transformation matrices and other state to reduce the cost of rendering. +** TODO Bitmap font rendering from tileset + Some fonts aren't available in TTF format, only as a tileset image. + It would very useful for 2D games to be able to render these. Even + better if the font rendering procedures are made polymorphic to + handle this new type of font. + ** TODO 0.1 Release A 0.1 release was made under the project's old name, guile-2d. Now that things have changed so drastically and the name has been -- cgit v1.2.3