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 1
- PCXNAME paintkit\font0001.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 13 80
- DEFINE 'B' 18 68 28 79
- DEFINE 'C' 32 68 42 82
- DEFINE 'D' 46 68 57 79
- DEFINE 'E' 62 68 73 80
- DEFINE 'F' 77 68 88 82
- DEFINE 'G' 93 68 103 82
- DEFINE 'H' 16 121 29 132
- DEFINE 'I' 107 68 115 79
- DEFINE 'J' 118 68 127 83
- DEFINE 'K' 1 85 14 97
- DEFINE 'L' 16 85 27 97
- DEFINE 'M' 31 85 48 97
-
- DEFINE 'N' 50 85 62 97
- DEFINE 'O' 67 85 75 96
- DEFINE 'P' 81 85 92 97
- DEFINE 'Q' 97 85 108 97
- DEFINE 'R' 114 86 126 97
- DEFINE 'S' 2 103 13 114
- DEFINE 'T' 17 102 27 114
- DEFINE 'U' 31 102 43 113
- DEFINE 'V' 45 102 56 114
- DEFINE 'W' 59 103 73 114
- DEFINE 'X' 77 102 87 114
- DEFINE 'Y' 89 102 100 117
- DEFINE 'Z' 106 103 115 108
-
- ; lowercase
- DEFINE 'a' 1 17 8 28
- DEFINE 'b' 13 17 19 28
- DEFINE 'c' 23 17 28 28
- DEFINE 'd' 33 17 40 28
- DEFINE 'e' 45 17 50 28
- DEFINE 'f' 54 17 60 32
- DEFINE 'g' 66 17 73 32
- DEFINE 'h' 1 121 7 132
- DEFINE 'i' 78 17 83 28
- DEFINE 'j' 86 17 93 32
- DEFINE 'k' 1 35 7 45
- DEFINE 'l' 12 35 17 45
- DEFINE 'm' 21 35 31 45
-
- DEFINE 'n' 35 35 41 45
- DEFINE 'o' 46 35 52 45
- DEFINE 'p' 55 35 63 48
- DEFINE 'q' 68 35 74 48
- DEFINE 'r' 79 35 84 45
- DEFINE 's' 1 52 6 62
- DEFINE 't' 11 52 17 62
- DEFINE 'u' 20 52 26 62
- DEFINE 'v' 32 52 37 62
- DEFINE 'w' 42 52 50 62
- DEFINE 'x' 55 52 60 62
- DEFINE 'y' 65 52 71 66
- DEFINE 'z' 75 52 81 66
-
- ; numbers
- DEFINE '0' 111 0 119 10
- DEFINE '1' 2 0 6 10
- DEFINE '2' 11 0 19 10
- DEFINE '3' 22 0 32 10
- DEFINE '4' 37 0 45 10
- DEFINE '5' 48 0 58 10
- DEFINE '6' 61 0 69 10
- DEFINE '7' 74 0 81 10
- DEFINE '8' 86 0 95 10
- DEFINE '9' 100 0 107 10
-