Module ttf_parser::tables::cff::cff1
source ยท Expand description
A Compact Font Format Table implementation.
Modulesยง
- charset_id ๐Enumerates Charset IDs defined in the Adobe Technical Note #5176, Table 22
- encoding_id ๐Enumerates Charset IDs defined in the Adobe Technical Note #5176, Table 16
- operator ๐Enumerates some operators defined in the Adobe Technical Note #5177.
- Enumerates some operators defined in the Adobe Technical Note #5176, Table 23 Private DICT Operators
- top_dict_operator ๐Enumerates some operators defined in the Adobe Technical Note #5176, Table 9 Top DICT Operator Entries
Structsยง
- CIDMetadata ๐
- An affine transformation matrix.
- PrivateDict ๐
- SIDMetadata ๐
- TopDict ๐
Enumsยง
Constantsยง
- MAX_OPERANDS_LEN ๐
- STACK_LIMIT ๐
Functionsยง
- _parse_char_string ๐
- parse_char_string ๐
- In CID fonts, to get local subroutines we have to:
- parse_cid_metadata ๐
- parse_fd_select ๐
- parse_font_dict ๐
- parse_private_dict ๐
- parse_sid_metadata ๐
- parse_top_dict ๐