mirror of
https://github.com/glest/glest-source.git
synced 2025-10-03 02:41:50 +02:00
- some font bugfixes (use proper fonts in menus and also proper spacing in console)
This commit is contained in:
@@ -37,6 +37,7 @@ MenuStateGraphicInfo::MenuStateGraphicInfo(Program *program, MainMenu *mainMenu)
|
||||
labelMoreInfo.registerGraphicComponent(containerName,"labelMoreInfo");
|
||||
labelMoreInfo.init(100, 520);
|
||||
labelMoreInfo.setFont(CoreData::getInstance().getDisplayFontSmall());
|
||||
labelMoreInfo.setFont3D(CoreData::getInstance().getDisplayFontSmall3D());
|
||||
|
||||
GraphicComponent::applyAllCustomProperties(containerName);
|
||||
|
||||
|
Reference in New Issue
Block a user