aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMax Horn2005-05-21 14:30:14 +0000
committerMax Horn2005-05-21 14:30:14 +0000
commit59ea8df4e466a71645da1a34e5199f9f293c194b (patch)
tree60a1601a047b35c40d65775303975c3c37539cb8 /TODO
parent3833202950f01cffde9f072452b671d44ae4be9e (diff)
downloadscummvm-rg350-59ea8df4e466a71645da1a34e5199f9f293c194b.tar.gz
scummvm-rg350-59ea8df4e466a71645da1a34e5199f9f293c194b.tar.bz2
scummvm-rg350-59ea8df4e466a71645da1a34e5199f9f293c194b.zip
Font TODO
svn-id: r18209
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 0a6df15e23..b253377954 100644
--- a/TODO
+++ b/TODO
@@ -230,6 +230,12 @@ GUI
* AboutDialog: Add a "fade" effect for the top/bottom text lines
* AboutDialog: Maybe prerender all of the text into another surface, and then
simply compose that over the screen surface in the right way.
+* Add some more fonts/font variants? Maybe a tool like ttf2bdf could be used
+ to convert on (free!) TTF font to both a small and a big font for the GUI,
+ maybe including bold/italic variants
+* Consider implementing using another font format which
+ - takes up less space in the binary (ascii vs. binary encoding)
+ - allows for multi-color/anti-aliased fonts
Launcher
========