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§
- Predefined
Encoding - 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_
LATI 🔒N1_ 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.