aboutsummaryrefslogtreecommitdiff
path: root/graphics/font.cpp
AgeCommit message (Collapse)Author
2005-05-17Fix word wrapping: do not generate spaces at the start/end of the wrapped linesMax Horn
svn-id: r18142
2005-05-15Added Font::wordWrapText methodMax Horn
svn-id: r18109
2005-05-02Const correctnessMax Horn
svn-id: r17898
2005-01-08Fix bug #1098115 (GUI: Broken console font)Max Horn
svn-id: r16488
2005-01-06Switching GUI to an alternate font; using a second, bigger, font for 640x480 ↵Max Horn
games like COMI. Note: we can always easily switch back to the SCUMM font or any other font, if we want to svn-id: r16467
2005-01-06Added a font manager (work in progress)Max Horn
svn-id: r16460
2005-01-06Patch #1092994 (Selfscaling GUI)Max Horn
svn-id: r16455
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-11-27do clippingMax Horn
svn-id: r15902
2004-08-15Changed the way NewFonts are instantiated (will make it easier to add ↵Max Horn
multiple fonts) svn-id: r14625
2004-03-21Moved Surface/Font code into new 'graphics' moduleMax Horn
svn-id: r13357