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