scummvm/graphics
Johannes Schickel 96cf7028b9 - implements .bdf font loader based on convbdf (sure could have some clean up)
- adds three different font styles to the themes (normal, bold (default one), italic)
- implements code for specifing the font files in the theme config ('fontfile_normal','fontfile_bold' and 'fontfile_italic' in the 'extra' section)
- changes EditTextWidget to use the normal font (has some minor aligment problems with the caret now, though)
- extends the FontManager (new functions: getFontByName, assignFontToName, removeFontName)
- adds the font style constans to the builtin constants for the evaluator)

svn-id: r21868
2006-04-14 02:16:55 +00:00
..
fonts Moved fonts to a new dir graphics/fonts 2006-02-20 20:42:03 +00:00
scaler Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead 2006-04-04 21:45:13 +00:00
animation.cpp Moved fonts to a new dir graphics/fonts 2006-02-20 20:42:03 +00:00
animation.h Fixed compilation, this could be used with all systems (?) 2006-03-06 19:44:15 +00:00
font.cpp - implements .bdf font loader based on convbdf (sure could have some clean up) 2006-04-14 02:16:55 +00:00
font.h - implements .bdf font loader based on convbdf (sure could have some clean up) 2006-04-14 02:16:55 +00:00
fontman.cpp - implements .bdf font loader based on convbdf (sure could have some clean up) 2006-04-14 02:16:55 +00:00
fontman.h - implements .bdf font loader based on convbdf (sure could have some clean up) 2006-04-14 02:16:55 +00:00
ilbm.cpp Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 to ~250). Many greetings to eriktorbjorn, and have fun recompiling. 2006-03-29 15:59:37 +00:00
ilbm.h Change CVS keywords to SVN keywords 2006-02-11 10:10:44 +00:00
imagedec.cpp Changed File::open to take a Common::String as file name parameter 2006-04-14 01:48:51 +00:00
imagedec.h Change CVS keywords to SVN keywords 2006-02-11 10:10:44 +00:00
imageman.cpp Change CVS keywords to SVN keywords 2006-02-11 10:10:44 +00:00
imageman.h Change CVS keywords to SVN keywords 2006-02-11 10:10:44 +00:00
module.mk Moved fonts to a new dir graphics/fonts 2006-02-20 20:42:03 +00:00
primitives.cpp Use const keyword to help compiler optimize code 2006-04-14 01:47:33 +00:00
primitives.h Change CVS keywords to SVN keywords 2006-02-11 10:10:44 +00:00
scaler.cpp * 'make bundle' now copies the default theme files into the bundle. 2006-03-15 07:43:44 +00:00
scaler.h Moved common/scaler* to graphics/ 2006-02-20 20:29:02 +00:00
surface.cpp Change CVS keywords to SVN keywords 2006-02-11 10:10:44 +00:00
surface.h Change CVS keywords to SVN keywords 2006-02-11 10:10:44 +00:00