How can I change the fonts in Civ4?

lishifeng

Chieftain
Joined
Nov 23, 2005
Messages
4
Location
Shenzhen, China
How can I change the fonts in Civ4?

I'v looked up the fonts info in all .py, .xml and .ini files, but nothing have been found.:confused:

HELP ME PLEASE! THANKS
 
silkriver said:
Resource\Themes\Civ4\Civ4Theme_Common.thm, there's a .font section, I chaged all "Sylfaen" to "Arial" and it affects most in-game text...


Thanks a lot!

with SF_CtrlTheme_Civ4_Control_Font
{
GFont .Size0_Normal = GFont("Franklin Gothic Demi", "Regular", 10, GFlags(GFontFeature, GFC_FONT_ALPHA));
GFont .Size0_Bold = GFont("Franklin Gothic Demi", "Bold", 10, GFlags(GFontFeature, GFC_FONT_BOLD, GFC_FONT_ALPHA));
GFont .Size0_Italic = GFont("Franklin Gothic Demi", "Italic", 10, GFlags(GFontFeature, GFC_FONT_ITALIC, GFC_FONT_ALPHA), 0, GRectMargin(1));
GFont .Size0_BoldItalic = GFont("Franklin Gothic Demi", "Bold Italic", 10, GFlags(GFontFeature, GFC_FONT_BOLD, GFC_FONT_ITALIC, GFC_FONT_ALPHA), 0, GRectMargin(1));
...
}

This is for the notebook. "Franklin Gothic Demi"
Now I can read a message log.
 
Civ4ScreenShot0004.JPG (133.7 KB)
 

Attachments

  • Civ4ScreenShot0004.JPG
    Civ4ScreenShot0004.JPG
    133.7 KB · Views: 757
Back
Top Bottom