Very small font on linux
Moderator: Moderators
Very small font on linux
Hi. I compiled 0.76b1, seems like everything works, I can launch the game with springlobby, but the game interface fonts are very small. Screenshot attached.
- Attachments
-
- spring_small_font.jpg
- (96.91 KiB) Downloaded 68 times
Re: Very small font on linux
What distro are you using? And what graphics card/driver?
Re: Very small font on linux
I'm using Source Mage with nVidia proprietary driver. I have this problem on 2 different computers:LordMatt wrote:What distro are you using? And what graphics card/driver?
- GeForce 4 + nVidia legacy driver 96.43.05
FX 5500 + nVidia driver 173.08
- BrainDamage
- Lobby Developer
- Posts: 1164
- Joined: 25 Sep 2006, 13:56
Re: Very small font on linux
make sure your resolution is at least 1024 * 768, also there is an option entry to set the font size, but i can't find the name atm
Re: Very small font on linux
My resolution is 1024x768. I tried searching for such option in .springrc and didn't found anything for font size.Brain Damage wrote:make sure your resolution is at least 1024 * 768, also there is an option entry to set the font size, but i can't find the name atm

- BrainDamage
- Lobby Developer
- Posts: 1164
- Joined: 25 Sep 2006, 13:56
Re: Very small font on linux
are respectively minimum and maximum size iircFontCharFirst=32
FontCharLast=255
Re: Very small font on linux
I think these are not font sizes but character codes range available to game. I tried increasing FontCharFirst and small chars were still small, but some chars completely disappeared. :)Brain Damage wrote:are respectively minimum and maximum size iircFontCharFirst=32
FontCharLast=255
Re: Very small font on linux
My equivalent to .springrc (on a Mac here) has 'FontSize' as an option. Just takes a 'number'.
Re: Very small font on linux
Although my .springrc had no such option I tried adding it like FontSize=20 and it doesn't work.theHive wrote:My equivalent to .springrc (on a Mac here) has 'FontSize' as an option. Just takes a 'number'.
Re: Very small font on linux
Solution at the end of this topic helped me. Can anyone explain why setting FontCharLast to 185 makes font larger?
- Attachments
-
- spring_fontcharlast185.jpg
- (103.9 KiB) Downloaded 37 times
Re: Very small font on linux
i'm afraid no. last i checked no one (including engine devs) knew why this seemingly unrelated option makes the difference (sometimes)
- clericvash
- Posts: 1394
- Joined: 05 Oct 2004, 01:05
Re: Very small font on linux
I also get small fonts and i will try out your solution