SetaPDF_Core_Font_TrueType_Table_Record A record in a TrueType file
File: /SetaPDF v2/Core/Font/TrueType/Table/Record.php
Class hierarchy
Summary
Properties
$_className
protected null|string SetaPDF_Core_Font_TrueType_Table_Record::$_className
The class name representing this type of table
$_length
protected null|integer SetaPDF_Core_Font_TrueType_Table_Record::$_length
The length of the table
$_offset
protected integer SetaPDF_Core_Font_TrueType_Table_Record::$_offset
The offset of the table
Methods
__construct()
public SetaPDF_Core_Font_TrueType_Table_Record::__construct (
SetaPDF_Core_Font_TrueType_File $file, integer $offset [, null|integer $length = null [, null|string $className = null ]]
)The constructor.
Parameters
- $file : SetaPDF_Core_Font_TrueType_File
- $offset : integer
- $length : null|integer
- $className : null|string