Description: Patch file due to removing space from Futhark font filename Author: Olek Wojnar Last-Update: 2019-04-02 --- a/samples/FontDemo/Sample_FontDemo.cpp +++ b/samples/FontDemo/Sample_FontDemo.cpp @@ -584,7 +584,7 @@ fontManager.createFreeTypeFont("FellType-12.5", 12.5f, true, "IMFePIrm29P.ttf", Font::getDefaultResourceGroup(), ASM_Disabled, CEGUI::Sizef(1280.0f, 720.0f)); - fontManager.createFreeTypeFont("FutharkAdapted-18", 18.f, true, "Futhark Adapted.ttf", + fontManager.createFreeTypeFont("FutharkAdapted-18", 18.f, true, "FutharkAdapted.ttf", Font::getDefaultResourceGroup(), ASM_Disabled, CEGUI::Sizef(1280.0f, 720.0f)); }