setasign\SetaPDF2\Core\Font\TrueType\Subset\Table
MaximumProfile This class represents the "maxp" table in a sub-setting context.
File: /SetaPDF v2/Core/Font/TrueType/Subset/Table/MaximumProfile.php
Old class name (alias):
\SetaPDF_Core_Font_TrueType_Subset_Table_MaximumProfile
See https://www.microsoft.com/typography/otspec/maxp.htm for more details.
Class hierarchy
Summary
Properties
Static Methods
getClassName()
Methods
setMaxComponentDepth()
Sets the maximum number of levels of recursion; 1 for simple components.
Parameters
- $value : int
setMaxComponentElements()
Sets the maximum number of components referenced at “top level” for any composite glyph.
Parameters
- $value : int
setMaxCompositeContours()
Sets the maximum number of contours in a composite glyph.
Parameters
- $value : int
setMaxCompositePoints()
Sets the maximum number of points in a composite glyph.
Parameters
- $value : int
setMaxContours()
Sets the maximum number of contours in a non-composite glyph.
Parameters
- $value : int
setMaxSizeOfInstructions()
Sets the maximum byte count for glyph instructions.
Parameters
- $value : int