Composite font

From ZDoom Wiki
Jump to navigation Jump to search

A composite font contains up to 256 characters each defined as a single lump, which can be in any of the supported image formats. They are gathered as a single font by a FONTDEFS definition.

The following composite fonts are available in the IWADs:

Chex Quest/Chex Quest 3
STFCN*
STTNUM* + STTMINUS
WINUM* + WIPCNT + WICOLON + WIMINUS
Doom
AMMNUM*
STFCN*
STGNUM*
STTNUM* + STTMINUS
STYSNUM*
WINUM* + WIPCNT + WICOLON + WIMINUS + WISLASH
Harmony
STFCN*
STGNUM*
STTNUM* + STTMINUS
STYSNUM*
WINUM* + WIPCNT + WICOLON + WIMINUS
Heretic
FONTA*
FONTB*
IN* + NEGNUM
SMALLIN*
Hexen
FONTA*
FONTAY*
FONTB*
IN* + NEGNUM
SMALLIN*
Strife
AMMNUM*
PLMNUM*
STCFN*
STBFN*
Urban Brawl
AMMNUM*
STFCN*

Notes

  • ZDoom completes some of these fonts with additional glyphs found in zdoom.pk3:graphics/. These include a Doom-style WISLASH, a few Doom-style STCFN*, and a few Heretic-style FONTA*.
  • The STCFN121 character from Chex Quest, Doom, Harmony and Urban Brawl does not correspond to character #121 ('y') but to character #124 ('|'). Because of this, ZDoom remaps STCFN121 lumps to STCFN124 unless STCFN120 and STCFN122 are also present. (Strife does not feature this character at all.)