csGoConfig/csgo/resource/flash/fontmapping.cfg

71 lines
1.3 KiB
INI

"english"
{
// * each section must include a "fontlib" key with the path to the fontlib swf
"fontlib" "resource/flash/fontlib_spddl.swf" [$WIN32||$OSX]
"fontlib_latin" "resource/flash/fontlib_latin.swf" [$X360||$PS3]
"fontlib_russian" "resource/flash/fontlib_russian.swf" [$X360||$PS3]
"fontlib_schinese" "resource/flash/fontlib_schinese.swf" [$PS3]
"fontlib_tchinese" "resource/flash/fontlib_tchinese.swf" [$X360||$PS3]
"fontlib_japanese" "resource/flash/fontlib_japanese.swf" [$X360||$PS3]
"fontlib_korean" "resource/flash/fontlib_korean.swf" [$X360||$PS3]
// * each exported font name must contain two keys
// * "font" which is the name of the font as defined in the fontlib swf
// * "style" which should be one of "normal" "bold" "italic" or "bolditalic"
"$BigButtonFont"
{
"font" "EonaCat"
"style" "bold"
}
"$CounterStrike"
{
"font" "Counter-Strike"
"style" "bold"
}
"$TextFontLight"
{
"font" "EonaCat"
"style" "Regular"
}
"$BodyText"
{
"font" "PF DinText Pro"
"style" "normal"
}
"$TextFont"
{
"font" "EonaCat"
"style" "Regular"
}
"$TextFontBold"
{
"font" "EonaCat"
"style" "bold"
}
"$cs"
{
"font" "cs"
"style" "normal"
}
"$ThaiTest"
{
"font" "iannnnnPDF 2008"
"style" "normal"
}
"$ArialDefault"
{
"font" "Arial Unicode MS"
"style" "normal"
}
}