aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/font.cpp
AgeCommit message (Expand)Author
2009-06-15Added const to reference parameters of Font::drawString() and Font::getString...Denis Kasak
2009-06-15Converted default font colours from static members of Font to constants. Move...Denis Kasak
2009-06-14Added a Font _font variable to the engine instance. Fixed font colour handlin...Denis Kasak
2009-06-14Renamed DraciFont class to Font to be more consistent with the rest of the cl...Denis Kasak
2009-06-14Changed DraciFont API to accept const Strings when loading fonts and added co...Denis Kasak
2009-06-14Reworded DraciFont docs (with regards to mentioning ASCII).Denis Kasak
2009-06-14Removed superfluous checks for NULL in DraciFont::freeFont().Denis Kasak
2009-06-12Made DraciFont::drawString() return early if the string is too long to fit on...Denis Kasak
2009-06-12Made DraciFont::drawString() take a String reference instead of a copy.Denis Kasak
2009-06-12Removed overflow/underflow checks from DraciFont::drawChar(). Instead, we now...Denis Kasak
2009-06-12Made the DraciFont::freeFont() method safe to call in any circumstance by mak...Denis Kasak
2009-06-12Properly documented everything (including the new DraciFont class). Reshuffle...Denis Kasak
2009-06-11Implemented font handling via the DraciFont class. Reprogrammed the test anim...Denis Kasak