aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/text16.h
AgeCommit message (Collapse)Author
2010-06-15SCI: move textSize and textFonts and textColors inside gfxText16Martin Kiewitz
svn-id: r49851
2010-04-20SCI: the pc98 rom has to display kanji directly, because of the bad ↵Martin Kiewitz
behaviour of GetLongest() we will actually put more chars in each line as actually fit. That way the scripts will only show most of the chars, but actually leave out some of the pixels of the far right characters. We now show kanji chars directly, sort of reproducing pc98 rom behaviour svn-id: r48748
2010-04-19SCI: sierra switched hardcoded inside their pc98 interpreter to font 900, if ↵Martin Kiewitz
sjis text got detected svn-id: r48726
2010-02-05SCI: adding some minor documentation for the various graphic classesMartin Kiewitz
svn-id: r47904
2010-02-05SCI: renamed class Font to GfxFontMartin Kiewitz
svn-id: r47900
2010-01-31SCI: renamed Text class to GfxText16Martin Kiewitz
svn-id: r47780