gzdoom-gles/wadsrc/static/fontdefs.txt
Randy Heit 6e83d231fe - The co-op summary screen now has a totals row at the bottom (if it fits).
- Changed WI_drawPercent() when wi_percents is false so that the total
  display is optional, and it formats it like Heretic's intermission, with
  a slash and a fixed-width right column.
- Font is no longer a property of the screen object. Pass the font to
  DrawText and DrawChar directly instead.
- Doom's intermission characters are now collected together as a font
  so they can be colorized.


SVN r1294 (trunk)
2008-11-27 17:43:36 +00:00

67 lines
835 B
Text

// Fonts used by the alternative HUD
HUDFONT_DOOM
{
- STTMINUS
0 STTNUM0
1 STTNUM1
2 STTNUM2
3 STTNUM3
4 STTNUM4
5 STTNUM5
6 STTNUM6
7 STTNUM7
8 STTNUM8
9 STTNUM9
NOTRANSLATION 109 // don't touch the shadow color!
}
HUDFONT_RAVEN
{
- NEGNUM
0 IN0
1 IN1
2 IN2
3 IN3
4 IN4
5 IN5
6 IN6
7 IN7
8 IN8
9 IN9
}
INDEXFONT_RAVEN
{
0 SMALLIN0
1 SMALLIN1
2 SMALLIN2
3 SMALLIN3
4 SMALLIN4
5 SMALLIN5
6 SMALLIN6
7 SMALLIN7
8 SMALLIN8
9 SMALLIN9
}
// Doom and Chex intermissions use special text glyphs. The Raven and Strife
// games just use the standard big font.
IntermissionFont_Doom
{
% WIPCNT
: WICOLON
0 WINUM0
1 WINUM1
2 WINUM2
3 WINUM3
4 WINUM4
5 WINUM5
6 WINUM6
7 WINUM7
8 WINUM8
9 WINUM9
- WIMINUS
}