Module ttf_parser::tables::cff::cff2
source ยท Expand description
A Compact Font Format 2 Table implementation.
Modulesยง
- font_dict_operator ๐
- operator ๐
- top_dict_operator ๐
Structsยง
- Scalars ๐
- TopDictData ๐
Constantsยง
- MAX_OPERANDS_LEN ๐
- SCALARS_MAX ๐CFF2 allows up to 65535 scalars, but an average font will have 3-5. So 64 is more than enough.
- STACK_LIMIT ๐
Functionsยง
- _parse_char_string ๐
- parse_char_string ๐
- parse_font_dict ๐
- parse_private_dict ๐
- parse_top_dict ๐