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

ScummVM :: Bugs trac at scummvm.org
Fri Sep 19 09:50:57 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):

 It may be enough to simply do this:

 {{{
 diff --git a/engines/wage/gui.cpp b/engines/wage/gui.cpp
 index feed8231468..17f28855b2b 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();
 }}}
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/16215#comment:2>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list