Expand description
PostScript standard encoding tables.
Provides STANDARD_ENCODING and ISO_LATIN1_ENCODING as static arrays
mapping byte values (0–255) to glyph name strings.
Statics§
- ISO_
LATI N1_ ENCODING - ISOLatin1Encoding: maps byte values 0–255 to glyph names.
- MACROMAN_
ENCODING - MacRomanEncoding: maps byte values 0–255 to glyph names. PDF Reference §D.1 — Mac OS standard Roman character set.
- STANDARD_
ENCODING - PostScript StandardEncoding: maps byte values 0–255 to glyph names.
Empty string means
.notdef(no glyph assigned to that code point). - SYMBOL_
ENCODING - ZapfDingbats built-in encoding (from the URW D050000L font). Used as the base encoding for symbolic ZapfDingbats fonts when no /BaseEncoding is specified. Symbol font encoding (maps character codes to Greek/mathematical symbol glyph names).
- WINANSI_
ENCODING - WinAnsiEncoding: maps byte values 0–255 to glyph names. PDF Reference §D.1 — Windows code page 1252 mapping.
- ZAPFDINGBATS_
ENCODING
Functions§
- standard_
encoding_ name - Look up a glyph name by StandardEncoding code point.
Returns
Nonefor.notdefentries.