mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
GRAPHICS: MACGUI: Added more debug output to MacTextCanvas
This commit is contained in:
parent
b85d24a83a
commit
035fd6085b
@ -513,8 +513,8 @@ const Common::U32String::value_type *MacTextCanvas::splitString(const Common::U3
|
||||
|
||||
chunk.setValues(_wm, fontId, textSlant, fontSize, palinfo1, palinfo2, palinfo3);
|
||||
|
||||
D(9, "** splitString: fontId: %d, textSlant: %d, fontSize: %d, fg: %04x",
|
||||
fontId, textSlant, fontSize, chunk.fgcolor);
|
||||
D(9, "** splitString: fontId: %d, textSlant: %d, fontSize: %d, fg: %04x (from %04x %04x %04x)",
|
||||
fontId, textSlant, fontSize, chunk.fgcolor, palinfo1, palinfo2, palinfo3);
|
||||
|
||||
// So far, we enforce single font here, though in the future, font size could be altered
|
||||
if (!_macFontMode)
|
||||
|
Loading…
Reference in New Issue
Block a user