home *** CD-ROM | disk | FTP | other *** search
- ; Note: lines starting with a semicolon are comment lines
- ;
- ; NAME: refers to the name that the program will
- ; use in the menus. It must be _very_ short.
- ; PCXNAME: the name of the pcx file that contains the
- ; artwork for the font.
- ; WIDTH: average width of the font.
- ; HEIGHT: average height of the font.
- ;
- ; Both HEIGHT and WIDTH are used to set the size of the
- ; spacing of the font.
- ;
-
- NAME System
- PCXNAME paintkit\scfont.pcx
- WIDTH 6
- HEIGHT 11
-
- ; FONT definitions:
- ; What follows is the list of the font definitions;
- ; The letter between the quotes '' is the letter
- ; that is defined. The next four coordinates
- ; refer to the screen area that is used.
- ; For example, the first line:
- ; DEFINE 'A' 18 2 32 13
- ; Defines the letter 'A' with the PCX file coordinates
- ; of upper coordinate: (18, 2) to the lower coordinate:
- ; (32, 13). Note: The lower coordinate is _one larger than_
- ; the actual size of the box.
-
- ; uppercase
- DEFINE 'A' 18 2 32 13
- DEFINE 'B' 35 2 48 13
- DEFINE 'C' 52 2 66 13
- DEFINE 'D' 69 2 82 13
- DEFINE 'E' 86 2 101 13
- DEFINE 'F' 103 2 118 13
- DEFINE 'G' 120 2 133 13
- DEFINE 'H' 137 2 151 13
- DEFINE 'I' 154 2 162 13
- DEFINE 'J' 171 2 183 13
- DEFINE 'K' 188 2 203 13
- DEFINE 'L' 205 2 215 13
- DEFINE 'M' 222 2 241 13
-
- DEFINE 'N' 1 19 17 30
- DEFINE 'O' 18 19 31 30
- DEFINE 'P' 35 19 48 30
- DEFINE 'Q' 52 19 65 31
- DEFINE 'R' 69 19 82 30
- DEFINE 'S' 86 19 99 30
- DEFINE 'T' 107 19 118 30
- DEFINE 'U' 120 19 132 30
- DEFINE 'V' 137 19 150 30
- DEFINE 'W' 154 19 170 30
- DEFINE 'X' 171 19 186 30
- DEFINE 'Y' 190 19 202 30
- DEFINE 'Z' 205 19 221 30
-
- ; lowercase
- DEFINE 'a' 18 36 28 47
- DEFINE 'b' 35 36 46 47
- DEFINE 'c' 52 36 62 47
- DEFINE 'd' 69 36 81 47
- DEFINE 'e' 86 36 96 47
- DEFINE 'f' 103 36 115 47
- DEFINE 'g' 120 36 133 50
- DEFINE 'h' 137 36 148 47
- DEFINE 'i' 154 36 160 50
- DEFINE 'j' 171 36 183 50
- DEFINE 'k' 188 36 200 47
- DEFINE 'l' 205 36 212 47
- DEFINE 'm' 222 36 237 47
-
- DEFINE 'n' 1 53 12 64
- DEFINE 'o' 18 53 29 64
- DEFINE 'p' 35 53 48 67
- DEFINE 'q' 52 53 63 67
- DEFINE 'r' 69 53 80 64
- DEFINE 's' 86 53 97 64
- DEFINE 't' 103 53 112 64
- DEFINE 'u' 120 53 131 64
- DEFINE 'v' 137 53 146 64
- DEFINE 'w' 154 53 167 64
- DEFINE 'x' 171 53 184 64
- DEFINE 'y' 188 53 203 67
- DEFINE 'z' 205 53 218 64
-
- ; numbers
- DEFINE '0' 154 70 167 81
- DEFINE '1' 1 70 9 81
- DEFINE '2' 18 70 31 81
- DEFINE '3' 35 70 48 81
- DEFINE '4' 54 70 65 81
- DEFINE '5' 69 70 82 81
- DEFINE '6' 86 70 98 81
- DEFINE '7' 103 70 116 81
- DEFINE '8' 120 70 133 81
- DEFINE '9' 137 70 150 81
-