root/trunk/lib/pref/font.prf

Revision 964, 0.7 kB (checked in by takkaria, 5 months ago)

Get graphics for objects working again.

  • Property svn:eol-style set to native
Line 
1 # File: font.prf
2
3 #
4 # This file defines special attr/char mappings for use in "text" mode
5 #
6 # This file includes, if appropriate, various "sub-files"
7 #
8 # See "lib/help/command.txt" and "src/files.c" for more information.
9 #
10
11
12 ## #
13 ## # OPTION: Display "veins" (white "%") as "normal walls" (white "#").
14 ## #
15 ## F:50:0x01:0x23
16 ## F:51:0x01:0x23
17 ## F:52:0x01:0x23
18 ## F:53:0x01:0x23
19
20
21 ##### Standard font file #####
22
23 %:font-xxx.prf
24
25
26 ##### System Specific Subfiles #####
27
28 ?:[IOR [EQU $SYS xaw] [EQU $SYS x11]]
29 %:font-x11.prf
30
31 ?:[EQU $SYS mac]
32 %:font-mac.prf
33
34 ?:[EQU $SYS gtk]
35 %:font-gtk.prf
36
37 ?:[EQU $SYS win]
38 %:font-win.prf
39
40 ?:[EQU $SYS acn]
41 %:font-acn.prf
42
43 ?:[EQU $SYS sdl]
44 %:font-sdl.prf
45
46 ?:1
47
Note: See TracBrowser for help on using the browser.