with SF_CtrlTheme_Civ4_Control_Font
{
GFont .Size0_Normal = GFont("Sylfaen","Regular", 13, GFlags(GFontFeature, GFC_FONT_ALPHA), 0, GRectMargin(2));
GFont .Size0_Bold = GFont("Sylfaen","Bold", 13, GFlags(GFontFeature, GFC_FONT_ALPHA, GFC_FONT_BOLD), 0, GRectMargin(2));
GFont .Size1_Normal = GFont("Sylfaen","Regular", 15, GFlags(GFontFeature, GFC_FONT_ALPHA), 0, GRectMargin(2));
GFont .Size1_Bold = GFont("Sylfaen","Bold", 15, GFlags(GFontFeature, GFC_FONT_ALPHA, GFC_FONT_BOLD), 0, GRectMargin(2));
GFont .Size2_Normal = GFont("Sylfaen","Regular", 17, GFlags(GFontFeature, GFC_FONT_ALPHA), 0, GRectMargin(2));
GFont .Size2_Bold = GFont("Sylfaen","Bold", 17, GFlags(GFontFeature, GFC_FONT_ALPHA, GFC_FONT_BOLD), 0, GRectMargin(2));
GFont .Size3_Normal = GFont("Sylfaen","Regular", 19, GFlags(GFontFeature, GFC_FONT_ALPHA), 0, GRectMargin(2));
GFont .Size3_Bold = GFont("Sylfaen","Bold", 19, GFlags(GFontFeature, GFC_FONT_ALPHA, GFC_FONT_BOLD), 0, GRectMargin(2));
GFont .Size4_Normal = GFont("Sylfaen","Regular", 21, GFlags(GFontFeature, GFC_FONT_ALPHA), 0, GRectMargin(2));
GFont .Size4_Bold = GFont("Sylfaen","Bold", 21, GFlags(GFontFeature, GFC_FONT_ALPHA, GFC_FONT_BOLD), 0, GRectMargin(2));
}
Green = Font Size
Blue = Font Type
Compare the file difference between:
Vanilla file that handles font type:
. . . \Beyond the Sword\Resource\Themes\Civ4\Civ4Theme_Common.thm
PPIO file that handles font type:
. . . \Beyond the Sword\Mods\Caveman2Cosmos\Resource\Theme\C2CTheme_Common.thm