// // SVENGINE SCHEME RESOURCE FILE // // sections: // colors - all the colors used by the scheme // basesettings - contains settings for app to use to draw controls // fonts - list of all the fonts used by app // borders - description of all the borders // // notes: // hit ctrl-alt-shift-R in the app to reload this file // Scheme { // //////////////////////// FONTS ///////////////////////////// // // describes all the fonts Fonts { // fonts are used in order that they are listed // fonts listed later in the order will only be used if they fulfill a range not already filled // if a font fails to load then the subsequent fonts will replace // Monospace font for Linux/OSX "DroidSansMono" { "1" { "name" "DroidSansMono" "tall" "14" } } "EngineFont" { "1" { "name" "Verdana" "tall" "12" "weight" "600" "yres" "480 599" "dropshadow" "1" } "2" { "name" "Verdana" "tall" "13" "weight" "600" "yres" "600 767" "dropshadow" "1" } "3" { "name" "Verdana" "tall" "14" "weight" "600" "yres" "768 1023" "dropshadow" "1" } "4" { "name" "Verdana" "tall" "20" "weight" "600" "yres" "1024 1199" "dropshadow" "1" } "5" { "name" "Verdana" "tall" "24" "weight" "600" "yres" "1200 6000" "dropshadow" "1" } } "CreditsFont" { "1" { "name" "Trebuchet MS" "tall" "18" "weight" "600" "antialias" "1" } } "Legacy_CreditsFont" // Added to accomodate 3rd party server plugins, etc. This version should not scale. { "1" { "name" "Trebuchet MS" "tall" "20" "weight" "700" "antialias" "1" "yres" "1 10000" } } "EngineFontMono" { "1" { "name" "Courier New" "tall" "14" "weight" "600" "yres" "480 599" "dropshadow" "1" } "2" { "name" "Courier New" "tall" "15" "weight" "600" "yres" "600 767" "dropshadow" "1" } "3" { "name" "Courier New" "tall" "16" "weight" "600" "yres" "768 1023" "dropshadow" "1" } "4" { "name" "Courier New" "tall" "20" "weight" "600" "yres" "1024 1199" "dropshadow" "1" } "5" { "name" "Courier New" "tall" "24" "weight" "600" "yres" "1200 6000" "dropshadow" "1" } } "Legacy_EngineFontMono" { "1" { "name" "Courier New" "tall" "16" "weight" "600" "dropshadow" "1" } } "GameConsole_Mono" { "1" { "name" "Courier New" "tall" "16" "weight" "0" } } } }