| blend.rs |
Support for the dictionary and charstring blend operator. |
5954 |
- |
| charset.rs |
CFF charset support. |
18726 |
- |
| dict.rs |
Parsing for PostScript DICTs. |
22192 |
- |
| encoding.rs |
PostScript 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. |
7615 |
- |
| fd_select.rs |
Parsing for CFF FDSelect tables. |
3913 |
- |
| font.rs |
Unified access to CFF/CFF2 fonts. |
44733 |
- |
| index.rs |
Parsing for PostScript INDEX objects.
See <https://learn.microsoft.com/en-us/typography/opentype/spec/cff2#5-index-data> |
10508 |
- |
| stack.rs |
Operand stack for CFF/CFF2 parsing. |
21276 |
- |
| v1.rs |
CFF version 1. |
7739 |
- |
| v2.rs |
CFF version 2. |
2418 |
- |