Difference between revisions of "GUI Themes/TODO"

Jump to navigation Jump to search
204 bytes added ,  09:32, 6 December 2006
More thoughts about fonts antialiasing
(Added some thoughts to the antialiased fonts note. En garde! Touché!)
(More thoughts about fonts antialiasing)
Line 20: Line 20:
** Antialiased fonts
** Antialiased fonts
*** This could be tricky, since the BDF fonts are bitmaps. Is it even possible, within this format, to store the alpha channel needed (?) to represent an anti-aliased glyph? One possibility might be to store a larger version of the font and scale it down to the desired size, but that seems wasteful.
*** This could be tricky, since the BDF fonts are bitmaps. Is it even possible, within this format, to store the alpha channel needed (?) to represent an anti-aliased glyph? One possibility might be to store a larger version of the font and scale it down to the desired size, but that seems wasteful.
**** BDF fonts aren't suitable here since they're 1bpp. It could be done if font data would be 8bpp and thus, contain just the alpha channel, i.e. shades of gray which will be blended on rendering stage.
* List widget
* List widget
** get mock-up from Krest
** get mock-up from Krest

Navigation menu