Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Walter van Niftrik
22593de73f
SCI: Rename font.h/cpp to scifont.h/cpp
...
This avoids an issue with MSVC where if (non-SCI) "graphics/font.h" is
included through another include file from the SCI engine root, it finds
"sci/graphics/font.h" first and uses that instead.
2020-08-27 14:56:17 +02:00
Johannes Schickel
8fc7d60feb
SCI: Make GPL headers consistent in themselves.
2014-02-18 02:39:37 +01:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Martin Kiewitz
96b71b3745
SCI: removing single byte chars from double byte check in sjis class (damn wikipedia with their similar colors hehe)
...
svn-id: r48706
2010-04-18 21:18:58 +00:00
Martin Kiewitz
da2027da36
SCI: change textedit control to cast to unsigned char to fix cursor position when multilingual chars are used. Also make getFontHeight() private inside GfxFontFromResource class, remove it in all the other classes
...
svn-id: r48689
2010-04-17 15:16:40 +00:00
Martin Kiewitz
f8f50b5219
SCI: changed coordinate adjustment for kanji chars to & 0xFFC
...
svn-id: r48684
2010-04-17 13:31:04 +00:00
Martin Kiewitz
88f6a39312
SCI: handle given coordinate to draw() inside SJIS font support as if the horizontal part would be the center of the character, fixes not perfectly centered japanese text. I assume that PC98 ROM also handled it that way. The actual cause for those "bad" coordinates is GetLongest(), but that behaviour is definitely how sierra sci does it
...
svn-id: r48678
2010-04-16 23:03:46 +00:00
Martin Kiewitz
cd4812dfd9
SCI: support for kanji (sjis), minor centering issue left
...
svn-id: r48674
2010-04-16 18:23:50 +00:00