Skip to main content

Module encoding

Module encoding 

Source
Expand description

Predefined encodings.

This maps font specific character codes to string ids.

See “Glyph Organization” at https://adobe-type-tools.github.io/font-tech-notes/pdfs/5176.CFF.pdf#page=18 for an explanation of how charsets, encodings and glyphs are related.

Enums§

PredefinedEncoding
Predefined encodings for Adobe CFF and Type1 fonts.

Statics§

EXPERT_ENCODING 🔒
See “Expert” encoding at https://adobe-type-tools.github.io/font-tech-notes/pdfs/5176.CFF.pdf#page=40 for this particular mapping.
ISO_LATIN1_ENCODING 🔒
Maps ISO Latin-1 byte codes (0-255) to Adobe CFF Standard String IDs (SIDs). SIDs are based on the Adobe CFF Specification, Appendix A.
STANDARD_ENCODING 🔒
See “Standard” encoding at https://adobe-type-tools.github.io/font-tech-notes/pdfs/5176.CFF.pdf#page=37 for this particular mapping.