16 lines
367 B
INI
16 lines
367 B
INI
# Default font. This font is loaded behind every other font.
|
|
[main]
|
|
0=18
|
|
1=18
|
|
|
|
# The default font must define the default glyph; it's used to display
|
|
# missing characters. (It can be overridden by fonts, too, like any
|
|
# other character.)
|
|
map default=0
|
|
map invalid=1
|
|
|
|
# Load the default 16-pixel glyphs. They can be overridden by fonts
|
|
# later.
|
|
import=_16px fonts
|
|
|