Module 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.
private_dict_operator ๐Ÿ”’
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 ๐Ÿ”’
CharStringParserContext ๐Ÿ”’
Matrix
An affine transformation matrix.
PrivateDict ๐Ÿ”’
SIDMetadata ๐Ÿ”’
Table
A Compact Font Format Table.
TopDict ๐Ÿ”’

Enumsยง

FDSelect ๐Ÿ”’
FontKind ๐Ÿ”’

Constantsยง

MAX_ARGUMENTS_STACK_LEN ๐Ÿ”’
MAX_OPERANDS_LEN ๐Ÿ”’
STACK_LIMIT ๐Ÿ”’
TWO_BYTE_OPERATOR_MARK ๐Ÿ”’

Functionsยง

_parse_char_string ๐Ÿ”’
parse_char_string ๐Ÿ”’
parse_cid_local_subrs ๐Ÿ”’
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 ๐Ÿ”’
seac_code_to_glyph_id ๐Ÿ”’