Expand description
CFF charset support.
Structs§
- Charset
- Character set for mapping from glyph to string identifiers.
- Charset
Iter - Iterator over the glyph and string identifier mappings in a character set.
- Range
Iter 🔒 - Custom iterator for range based formats.
Enums§
- Charset
Kind - Predefined and custom character sets.
- Iter 🔒
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.