Question

General feedback and discussion of the game.

Moderator: Forum Moderators

Post Reply
rich12545
Posts: 18
Joined: February 14th, 2005, 1:45 pm

Question

Post by rich12545 »

Is there a way to increase the font size without changing the resolution?
enclave
Posts: 936
Joined: December 15th, 2007, 8:52 am

Re: Question

Post by enclave »

if you are talking about the text in the game mode (unit hitpoints, attacks etc, gold amount) then (on windows 7) you could go to:

C:\Program Files (x86)\Battle for Wesnoth 1.14.1\data\themes

Open file called:

default.cfg (if you are using default theme, I use classic pre 1.12, so for me its different file) open with Notepad or wordpad...

You are looking to increase the following numbers to HIGHER ones:

Code: Select all

#define DEFAULT_FONT_NORMAL
17#enddef
#define DEFAULT_FONT_SMALL
15#enddef
#define DEFAULT_FONT_TINY
13#enddef
#define DEFAULT_FONT_REALLYTINY
11#enddef

#define DEFAULT_FONT_NORMAL_HEIGHT
22#enddef
#define DEFAULT_FONT_SMALL_HEIGHT
19#enddef
#define DEFAULT_FONT_TINY_HEIGHT
17#enddef
#define DEFAULT_FONT_REALLYTINY_HEIGHT
15#enddef
So if you see 15, change it to 20, restart wesnoth and look if you achieved what you want

I think thats all i can say from my part... hope it helped a bit..
rich12545
Posts: 18
Joined: February 14th, 2005, 1:45 pm

Re: Question

Post by rich12545 »

Hi, I can see how this will work. Thanks very much.
Post Reply