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

ControlValue This class represents the "cvt " table in a sub-setting context.

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

See https://www.microsoft.com/typography/otspec/cvt.htm for more details.

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.

This table will be copied without changes.

Parameters
$table : \SetaPDF_Core_Font_TrueType_Table_ControlValue
 

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