Initial commit
This commit is contained in:
BIN
csgo/resource/csgo_EonaCat.txt
Normal file
BIN
csgo/resource/csgo_EonaCat.txt
Normal file
Binary file not shown.
BIN
csgo/resource/flash/fontlib_spddl.swf
Normal file
BIN
csgo/resource/flash/fontlib_spddl.swf
Normal file
Binary file not shown.
70
csgo/resource/flash/fontmapping.cfg
Normal file
70
csgo/resource/flash/fontmapping.cfg
Normal file
@@ -0,0 +1,70 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user