SetaPDF_Core_Font_TrueType_Table Abstract class for true type tables.
File: /SetaPDF v2/Core/Font/TrueType/Table.php
Class hierarchy
- SetaPDF_Core_Font_TrueType_Table
- SetaPDF_Core_Font_TrueType_Table_CharacterToGlyphIndexMapping
- SetaPDF_Core_Font_TrueType_Table_CharacterToGlyphIndexMapping_SubTable
- SetaPDF_Core_Font_TrueType_Table_ControlValue
- SetaPDF_Core_Font_TrueType_Table_ControlValueProgram
- SetaPDF_Core_Font_TrueType_Table_FontProgram
- SetaPDF_Core_Font_TrueType_Table_GlyphData
- SetaPDF_Core_Font_TrueType_Table_Header
- SetaPDF_Core_Font_TrueType_Table_HorizontalHeader
- SetaPDF_Core_Font_TrueType_Table_HorizontalMetrics
- SetaPDF_Core_Font_TrueType_Table_IndexToLocation
- SetaPDF_Core_Font_TrueType_Table_MaximumProfile
- SetaPDF_Core_Font_TrueType_Table_Name
- SetaPDF_Core_Font_TrueType_Table_Os2
- SetaPDF_Core_Font_TrueType_Table_Post
Summary
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
getRecord()
public SetaPDF_Core_Font_TrueType_Table::getRecord (
void
): SetaPDF_Core_Font_TrueType_Table_RecordGet the record object.