SetaPDF_Core_Font_TrueType_Table_MaximumProfile A class representing the Maximum Profile (maxp) in a TrueType file. https://www.microsoft.com/typography/otspec/maxp.htm
File: /SetaPDF v2/Core/Font/TrueType/Table/MaximumProfile.php
Class hierarchy
Summary
Methods
- __construct()
- _get()
- _getRaw()
- cleanUp()
- getEntry()
- getMaxComponentDepth()
- getMaxComponentElements()
- getMaxCompositeContours()
- getMaxCompositePoints()
- getMaxContours()
- getMaxFunctionDefs()
- getMaxInstructionDefs()
- getMaxPoints()
- getMaxSizeOfInstructions()
- getMaxStackElements()
- getMaxStorage()
- getMaxTwilightPoints()
- getMaxZones()
- getNumGlyphs()
- getRecord()
- getVersion()
Constants
TAG
The tag name of this class
Properties
Static Methods
Methods
__construct()
public SetaPDF_Core_Font_TrueType_Table::__construct ()
The constructor.
Parameters
- $record : SetaPDF_Core_Font_TrueType_Table_Record
_get()
Get a value from the table.
The properties are defined in the $_entries property of an implemented table.
Parameters
- $name : string
_getRaw()
Get raw data from a specific table.
The properties are defined in the $_entries property of an implemented table.
Parameters
- $name : string
getMaxComponentElements()
Get the maximum number of components referenced at “top level” for any composite glyph.
getRecord()
public SetaPDF_Core_Font_TrueType_Table::getRecord (
void
): SetaPDF_Core_Font_TrueType_Table_RecordGet the record object.