1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Patch file due to removing space from Futhark font filename
Author: Olek Wojnar <olekw.dev@gmail.com>
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));
}
|