Expand description
CFF charset support.
Structs§
- Charset
- Character set for mapping from glyph to string identifiers.
- Format0
- Charset format 0.
- Format1
- Charset format 1.
- Format2
- Charset format 2.
- Iter
- Iterator over the glyph and string identifier mappings in a character set.
- Range1
- Range struct for Charset format 1.
- Range2
- Range struct for Charset format 2.
- Range
Iter 🔒 - Custom iterator for range based formats.
Enums§
- Charset
Kind - Predefined and custom character sets.
- Custom
Charset - Charset with custom glyph id to string id mappings.
- Iter
Kind 🔒
Constants§
- EXPERT_
CHARSET 🔒 - See “Expert” charset at https://adobe-type-tools.github.io/font-tech-notes/pdfs/5176.CFF.pdf#page=47
- EXPERT_
SUBSET_ 🔒CHARSET - See “Expert Subset” charset at https://adobe-type-tools.github.io/font-tech-notes/pdfs/5176.CFF.pdf#page=49
Traits§
- Charset
Range 🔒 - Trait that unifies ranges for formats 1 and 2 so that we can implement the tricky search logic once.