setasign\SetaPDF2\Core\Font\TrueType\Subset\Table

AbstractTable A generic representation of a table contained in the subsetter.

File: /SetaPDF v2/Core/Font/TrueType/Subset/Table/AbstractTable.php
Old class name (alias): \SetaPDF_Core_Font_TrueType_Subset_Table

Class hierarchy

Summary

Properties

$_changedData

protected array AbstractTable::$_changedData = array()

The modified data.

$_originalTable


Static Methods

getClassName()

public static AbstractTable::getClassName (
string $tag
): string

Get a class name by tag name.

Parameters
$tag : string
 
Exceptions

Throws \InvalidArgumentException


Methods

__construct()

The constructor.

Parameters
$originalTable : \SetaPDF_Core_Font_TrueType_Table
 

cleanUp()

public AbstractTable::cleanUp (
void
): void

Release memory and cycled references.

getOriginalTable()

Gets the original table.

write()

Writes the table.

Parameters
$writer : \SetaPDF_Core_Writer_WriterInterface