aboutsummaryrefslogtreecommitdiff
path: root/graphics/sjis.h
AgeCommit message (Expand)Author
2009-08-12Change SJIS code guard to also check whether dynamic plugins are enabled.Johannes Schickel
2009-07-26Add a todo to FontSJIS::drawChar taking an Graphics::Surface.Johannes Schickel
2009-07-26Add way to overwrite default SJIS font.Johannes Schickel
2009-07-26Specify that the chars passed to FontSJIS::drawChar should be little endian.Johannes Schickel
2009-07-26Add a factory method, which tries to open different SJIS fonts/ROMs and retur...Johannes Schickel
2009-07-26Change the way the font data for SJIS fonts is load.Johannes Schickel
2009-07-26Add support for our custom SJIS font.Johannes Schickel
2009-07-26Create base class FontSJIS16x16 for our own SJIS font.Johannes Schickel
2009-07-09Reverted commit #42257, as the original issue was with the compilation proces...Filippos Karapetis
2009-07-08The ENABLE_* flags are only checked for *.cpp files in MSVC, so move the ENAB...Filippos Karapetis
2009-07-07Simply compile guard of SJIS code and fix comment.Johannes Schickel
2009-07-07Add guards to only include SJIS font code, when KYRA or SCI is enabled.Johannes Schickel
2009-07-07Change "FM-Towns" to "FM-TOWNS" for consistency.Johannes Schickel
2009-07-07- Rename FontSJIS::enableShadow to enableOutline.Johannes Schickel
2009-07-07- Added support for outlined FM-Towns ROM drawingJohannes Schickel
2009-07-07Add generic functionallity to draw FM-Towns ROM. (To be used by KYRA and SCI)Johannes Schickel