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

The class name representing this type of table

$_length

The length of the table

$_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
 

cleanUp()

Release memory and cycled references.

getClassName()

Get the class name for this type of table.

getFile()

getLength()

Get the length of the table.

getOffset()

Get the table offset.

getTable()

Get the table instance for this record.

Exceptions

Throws SetaPDF_Exception_NotImplemented