Font TODO
svn-id: r18209
This commit is contained in:
parent
3833202950
commit
59ea8df4e4
1 changed files with 6 additions and 0 deletions
6
TODO
6
TODO
|
@ -230,6 +230,12 @@ GUI
|
||||||
* AboutDialog: Add a "fade" effect for the top/bottom text lines
|
* AboutDialog: Add a "fade" effect for the top/bottom text lines
|
||||||
* AboutDialog: Maybe prerender all of the text into another surface, and then
|
* AboutDialog: Maybe prerender all of the text into another surface, and then
|
||||||
simply compose that over the screen surface in the right way.
|
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
|
Launcher
|
||||||
========
|
========
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue