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 ABC 2
- PCXNAME paintkit\font0002.pcx
- WIDTH 11
- HEIGHT 12
-
- ; 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' 0 68 12 80
- DEFINE 'B' 17 68 27 80
- DEFINE 'C' 34 68 43 80
- DEFINE 'D' 50 68 61 79
- DEFINE 'E' 60 68 75 80
- DEFINE 'F' 83 68 90 80
- DEFINE 'G' 97 68 110 80
- DEFINE 'H' 21 119 32 131
- DEFINE 'I' 116 68 119 80
- DEFINE 'J' 126 68 133 80
- DEFINE 'K' 0 85 11 97
- DEFINE 'L' 17 85 24 97
- DEFINE 'M' 30 85 45 97
-
- DEFINE 'N' 45 85 64 97
- DEFINE 'O' 71 85 84 97
- DEFINE 'P' 91 85 100 97
- DEFINE 'Q' 107 85 120 98
- DEFINE 'R' 127 85 137 97
- DEFINE 'S' 0 102 8 114
- DEFINE 'T' 14 102 23 114
- DEFINE 'U' 29 102 40 114
- DEFINE 'V' 46 102 59 114
- DEFINE 'W' 63 102 80 114
- DEFINE 'X' 84 102 96 114
- DEFINE 'Y' 101 102 112 114
- DEFINE 'Z' 116 102 127 114
-
- ; lowercase
- DEFINE 'a' 0 17 9 29
- DEFINE 'b' 16 17 25 29
- DEFINE 'c' 32 17 38 29
- DEFINE 'd' 45 17 54 29
- DEFINE 'e' 61 17 70 29
- DEFINE 'f' 75 17 80 28
- DEFINE 'g' 87 17 96 33
- DEFINE 'h' 0 119 9 131
- DEFINE 'i' 103 17 106 29
- DEFINE 'j' 113 17 116 33
- DEFINE 'k' 0 34 10 46
- DEFINE 'l' 16 34 19 46
- DEFINE 'm' 26 34 41 46
-
- DEFINE 'n' 47 34 56 46
- DEFINE 'o' 63 34 72 46
- DEFINE 'p' 79 34 88 50
- DEFINE 'q' 95 34 104 50
- DEFINE 'r' 111 34 118 46
- DEFINE 's' 0 51 7 63
- DEFINE 't' 13 51 18 63
- DEFINE 'u' 24 51 33 63
- DEFINE 'v' 39 51 49 63
- DEFINE 'w' 54 51 68 63
- DEFINE 'x' 73 51 83 63
- DEFINE 'y' 87 51 97 67
- DEFINE 'z' 101 51 110 63
-
- ; numbers
- DEFINE '0' 144 0 153 12
- DEFINE '1' 0 0 6 12
- DEFINE '2' 15 0 25 12
- DEFINE '3' 32 0 41 12
- DEFINE '4' 47 0 57 12
- DEFINE '5' 64 0 73 12
- DEFINE '6' 80 0 89 12
- DEFINE '7' 95 0 105 12
- DEFINE '8' 112 0 121 12
- DEFINE '9' 128 0 137 12
-