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.