diff options
| author | CriticalFlaw <[email protected]> | 2018-07-08 15:39:33 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-07-08 15:39:33 -0400 |
| commit | ec034378792ce416d9502513ea9b0d757b9f54c0 (patch) | |
| tree | eff4b7ffba6e2094029d7681377a38a755f66cfb /resource/scheme/clientscheme_fonts.res | |
| parent | 0adcfa0802b3717d9f08d470c04cc6bae5a36892 (diff) | |
Updated the ClientScheme
- Moved the CustomFontFiles node to the correct clientscheme files
- Added an icons file (resource/fonts/FlawHUDIcons.otf)
Diffstat (limited to 'resource/scheme/clientscheme_fonts.res')
| -rw-r--r-- | resource/scheme/clientscheme_fonts.res | 114 |
1 files changed, 59 insertions, 55 deletions
diff --git a/resource/scheme/clientscheme_fonts.res b/resource/scheme/clientscheme_fonts.res index f6c6888..37be8b0 100644 --- a/resource/scheme/clientscheme_fonts.res +++ b/resource/scheme/clientscheme_fonts.res @@ -2226,60 +2226,7 @@ Scheme "antialias" "1" } } - - // rays fonts and stuff - "Symbol16" - { - "1" - { - "name" "Symbol" - "tall" "16" - "weight" "0" - "antialias" "1" - } - } - "Symbol24" - { - "1" - { - "name" "Symbol" - "tall" "24" - "weight" "0" - "antialias" "1" - } - } - "SymbolOutline24" - { - "1" - { - "name" "Symbol" - "tall" "24" - "weight" "0" - "antialias" "1" - "outline" "1" - } - } - "Symbol32" - { - "1" - { - "name" "Symbol" - "tall" "32" - "weight" "0" - "antialias" "1" - } - } - "Symbol40" - { - "1" - { - "name" "Symbol" - "tall" "40" - "weight" "0" - "antialias" "1" - } - } - + "Cerbetica7" { "1" @@ -2843,11 +2790,68 @@ Scheme "antialias" "1" } } + "MenuArrows" + { + "1" + { + "name" "FlawHUDIcons" + "tall" "15" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } } - //////////////////////// BITMAP FONT FILES ///////////////////////////// + BitmapFontFiles { // UI buttons, custom font, (256x64) "Buttons" "materials/vgui/fonts/buttons_32.vbf" } + + CustomFontFiles + { + "1" "resource/tf.ttf" + "2" "resource/tfd.ttf" + "3" + { + "font" "resource/TF2.ttf" + "name" "TF2" + } + "4" + { + "font" "resource/TF2Secondary.ttf" + "name" "TF2 Secondary" + } + "5" + { + "font" "resource/TF2Professor.ttf" + "name" "TF2 Professor" + } + "6" + { + "font" "resource/TF2Build.ttf" + "name" "TF2 Build" + } + "7" + { + "font" "resource/fonts/Cerbetica.ttf" + "name" "Cerbetica" + } + "8" + { + "font" "resource/fonts/Cerbetica_edited.ttf" + "name" "Cerbetica_edited" + } + "9" + { + "font" "resource/fonts/Cerbetica_bold.ttf" + "name" "Cerbetica Bold" + } + "10" + { + "font" "resource/fonts/FlawHUDIcons.otf" + "name" "FlawHUDIcons" + } + } }
\ No newline at end of file |
