[Scummvm-tracker] [ScummVM :: Bugs] #16215: WAGE: The Village uses the wrong font

ScummVM :: Bugs trac at scummvm.org
Sun Sep 21 20:32:13 UTC 2025


#16215: WAGE: The Village uses the wrong font
-------------------------+---------------------------
Reporter:  eriktorbjorn  |       Owner:  (none)
    Type:  defect        |      Status:  new
Priority:  normal        |   Component:  Engine: Wage
 Version:                |  Resolution:
Keywords:                |        Game:
-------------------------+---------------------------
Comment (by eriktorbjorn):

 Updated patch after sev's latest MacText changes:

 {{{
 iff --git a/engines/wage/gui.cpp b/engines/wage/gui.cpp
 index 106df1bf62c..6c3015e24db 100644
 --- a/engines/wage/gui.cpp
 +++ b/engines/wage/gui.cpp
 @@ -94,6 +94,7 @@ Gui::Gui(WageEngine *engine) {
         _screen.create(g_system->getWidth(), g_system->getHeight(),
 Graphics::PixelFormat::createFormatCLUT8());

         _wm = new
 Graphics::MacWindowManager(Graphics::kWMNoScummVMWallpaper);
 +       _wm->_fontMan->loadFonts(Common::Path(engine->getGameFile()));
         _wm->setScreen(&_screen);

         _menu = _wm->addMenu();
 @@ -131,7 +132,7 @@ Gui::Gui(WageEngine *engine) {

         uint maxWidth = _screen.w;

 -       _consoleWindow = _wm->addTextWindow(font, kColorBlack,
 kColorWhite, maxWidth, Graphics::kTextAlignLeft, _menu, 1);
 +       _consoleWindow = _wm->addTextWindow(font, kColorBlack,
 kColorWhite, maxWidth, Graphics::kTextAlignLeft, _menu, 4);
         _consoleWindow->setCallback(consoleWindowCallback, this);
         _consoleWindow->setBorderColor(kColorWhite);
         _consoleWindow->setEditable(true);
 }}}
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/16215#comment:4>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list