Previous Next
432
CHAPTER 5 Text
NAME CODE (OCTAL) CODE (DECIMAL)
lessequal 262 178
greaterequal 263 179
partialdiff 266 182
summation 267 183
product 270 184
pi 271 185
integral 272 186
Omega 275 189
radical 303 195
approxequal 305 197
Delta 306 198
lozenge 327 215
Euro 333 219
apple 360 240
When the font has no Encoding entry, or the font descriptor’s Symbolic flag is set
(in which case the Encoding entry is ignored), the following occurs:
• If the font contains a (3, 0) subtable, the range of character codes must be one
of the following: 0x0000 - 0x00FF, 0xF000 - 0xF0FF, 0xF100 - 0xF1FF, or
0xF200 - 0xF2FF. Depending on the range of codes, each byte from the string is
prepended with the high byte of the range, to form a two-byte character, which
is used to select the associated glyph description from the subtable.
• Otherwise, if the font contains a (1, 0) subtable, single bytes from the string are
used to look up the associated glyph descriptions from the subtable.
If a character cannot be mapped in any of the ways described above, the results
are implementation-dependent.
Previous Next