0% found this document useful (0 votes)
62 views

1024 Textscheme

This document defines the font styles and colors for different text elements in a game interface, including primary buttons, command menus, scoreboards, titles, briefing windows, and team information. Styles are specified with names like "Primary Button Text" and "Scoreboard Title Text" and include properties like font, size, color, and weight.

Uploaded by

Imran Wafi
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views

1024 Textscheme

This document defines the font styles and colors for different text elements in a game interface, including primary buttons, command menus, scoreboards, titles, briefing windows, and team information. Styles are specified with names like "Primary Button Text" and "Scoreboard Title Text" and include properties like font, size, color, and weight.

Uploaded by

Imran Wafi
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

//1024x768 text scheme file // DEFAULT BUTTON TEXT SchemeName = "Primary Button Text" FontName = "Arial" FontSize = 23 FgColor

= "255 170 0 255" BgColor = "0 0 0 141" FgColorArmed = "255 255 255 255" BgColorArmed = "255 170 0 67" // COMMAND MENU TEXT SchemeName = "CommandMenu Text" FontName = "Arial" FontSize = 21 FgColor = "255 170 0 255" BgColor = "0 0 0 141" FgColorArmed = "255 255 255 255" BgColorArmed = "255 170 0 67" // SCOREBOARD TEXT SchemeName = "Scoreboard Text" FontName = "Arial" FontSize = 18 FontWeight = 0 // SCOREBOARD TITLE TEXT (team names, team scores) SchemeName = "Scoreboard Title Text" FontName = "Arial" FontSize = 24 FontWeight = 700 // SCOREBOARD SMALL TEXT (headers, player #) SchemeName = "Scoreboard Small Text" FontName = "Arial" FontSize = 14 FontWeight = 0 // TITLE FONT in TFC selection menus SchemeName = "Title Font" FontName = "Arial" FontSize = 34 FgColor = "255 170 0 255" // CLASSDESC, MAPDESC, MOTD text windows SchemeName = "Briefing Text" FontName = "Arial" FontSize = 18 FontWeight = 0 FgColor = "255 170 0 255" // Team info text (list of players, etc) // fgColor is automatically set to the teams color SchemeName = "Team Info Text" FontName = "Arial" FontSize = 18 FontWeight = 0

You might also like