class HexaPDF::Font::TrueType::Table::Maxp

Parent

The ‘maxp’ (maximum profile) table contains the maxima for a number of parameters (e.g. to establish memory requirements).

See: developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6maxp.html

Attributes

max_component_contours[RW]

The maximum number of contours in a compound glyph.

max_component_depth[RW]

The levels of recursion (0 if the font has only simple glyphs).

max_component_elements[RW]

The maximum number of glyphs referenced at the top level.

max_component_points[RW]

The maximum number of points in a compound glyph.

max_contours[RW]

The maximum number of contours in a non-computed glyph.

max_function_defs[RW]

The maximum number of FDEFs (function definitions).

max_instruction_defs[RW]

The maximum number of IDEFs (instruction defintions).

max_points[RW]

The maximum number of points in a non-compound glyph.

max_size_of_instructions[RW]

The maximum number of bytes for glyph instructions.

max_stack_elements[RW]

The maximum number of elements on the stack, i.e. the stack depth.

max_storage[RW]

The maximum number of storage area locations.

max_twilight_points[RW]

The maximum number of points used in Twilight Zone (Z0).

num_glyphs[RW]

The number of glyphs in the font.

version[RW]

The version of the table (a Rational).