mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-02-20 09:02:00 -07:00
A font.json maps characters to image file names. The Font class caches all the glyph images then draws the appropriate one(s) at blt time.
12 lines
200 B
Puppet
12 lines
200 B
Puppet
#include <res.h>
|
|
|
|
[General]
|
|
|
|
[Fonts]
|
|
kifntDefault=standardfont.json
|
|
kifntShadow=shadowfont.json
|
|
kifntButton=buttonfont.json
|
|
kifntTitle=titlefont.json
|
|
kifntEcom=standardfont.json
|
|
kifntHud=hudfont.json
|