Intermec PB51 Fingerprint Developer's Guide (old) - Page 86

Controlling Font Direction, Size, Slant, and Width, Adding and Removing Fonts

Page 86 highlights

Chapter 5 - Managing Fonts, Bar Codes, and Images Controlling Font Direction, Size, Slant, and Width Fonts can be rotated in four directions using a DIR statement. Use the FONT, FONTD, and BARFONT commands to specify size in points (1 point = 1/72 in. = 0.352 mm) and slant in degrees (clockwise). The width can be set as a percentage value relative the height. Because slant and width cannot be used for bitmap fonts, use MAG instead. Adding and Removing Fonts Use the FILE& LOAD, IMAGE LOAD, TRANSFER KERMIT, or TRANSFER ZMODEM commands to download font files to the printer. You can also download fonts from a Font Install Card, or you can use fonts directly from a Font Card. For information on these products, consult your Intermec sales representative. Font files stored in the read/write devices ("/c", "tmp:", and "card1:") can be deleted using KILL statements. Note: The names of the font files may differ from the names of the corresponding fonts. Make sure to specify the font file names in the KILL statement. Using Older Font Formats Note: To maintain compatibility with some earlier versions of Intermec Fingerprint, bitmap fonts in .ATF format can also be used, such as "SW030RSN" or "MS060BMN.2". Extensions (.1 or .2) are of no consequence. It is possible to use fonts in the "old" Intermec .ATF bitmap font format. This feature improves compatibility with custom-made programs originally created in Fingerprint v6.xx or earlier versions. Downloading an .ATF font (for example XX030RSN.ATF) to the printer produces three fonts in the memory; one without any extension (for example XX030RSN), one with the extension .1 (for example XX030RSN.1), and one with the extension .2 (for example XX030RSN.2). When using bitmap fonts in Fingerprint v8.xx, the relation between print direction and the file extension is unimportant. Instead of specifying the font height parameter in the FONT and BARFONT statements, use MAG to enlarge a bitmap font. Bitmap fonts do not support slant values. Creating and Using Font Aliases The names of the standard fonts in Fingerprint are incompatible with the LAYOUT statement, which restricts the font and barfont names to 10 characters, and does not allow font size, slant, or width to be specified. However, it is possible to create a file containing a list of font aliases. The file should be named exactly as shown below (note the leading period character that specifies it as a system file): 70 Intermec Fingerprint Developer's Guide

  • 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
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187

Chapter 5 — Managing Fonts, Bar Codes, and Images
70
Intermec Fingerprint Developer’s Guide
Controlling Font Direction, Size, Slant, and Width
Fonts can be rotated in four directions using a DIR statement. Use the FONT,
FONTD, and BARFONT commands to specify size in points (1 point = 1/72 in. =
0.352 mm) and slant in degrees (clockwise). The width can be set as a percentage
value relative the height. Because slant and width cannot be used for bitmap fonts,
use MAG instead.
Adding and Removing Fonts
Use the FILE& LOAD, IMAGE LOAD, TRANSFER KERMIT, or TRANSFER
ZMODEM commands to download font files to the printer. You can also download
fonts from a Font Install Card, or you can use fonts directly from a Font Card. For
information on these products, consult your Intermec sales representative.
Font files stored in the read/write devices (“/c”, “tmp:”, and “card1:”) can be deleted
using KILL statements.
Using Older Font Formats
It is possible to use fonts in the “old” Intermec .ATF bitmap font format. This
feature improves compatibility with custom-made programs originally created in
Fingerprint v6.xx or earlier versions.
Downloading an .ATF font (for example XX030RSN.ATF) to the printer produces
three fonts in the memory; one without any extension (for example XX030RSN),
one with the extension .1 (for example XX030RSN.1), and one with the extension .2
(for example XX030RSN.2). When using bitmap fonts in Fingerprint v8.xx, the
relation between print direction and the file extension is unimportant.
Instead of specifying the font height parameter in the FONT and BARFONT
statements, use MAG to enlarge a bitmap font. Bitmap fonts do not support slant
values.
Creating and Using Font Aliases
The names of the standard fonts in Fingerprint are incompatible with the LAYOUT
statement, which restricts the font and barfont names to 10 characters, and does not
allow font size, slant, or width to be specified.
However, it is possible to create a file containing a list of font aliases. The file should
be named exactly as shown below (note the leading period character that specifies it
as a system file):
Note:
The names of the font files may differ from the names of the
corresponding fonts. Make sure to specify the font file names in the KILL
statement.
Note:
To maintain compatibility with some earlier versions of Intermec
Fingerprint, bitmap fonts in .ATF format can also be used, such as
“SW030RSN” or “MS060BMN.2”. Extensions (.1 or .2) are of no
consequence.