SetaPDF_Core_Font_TrueType_Subset_Table_CharacterToGlyphIndexMapping This class represents the "cmap" table in a sub-setting context.

File: /SetaPDF v2/Core/Font/TrueType/Subset/Table/CharacterToGlyphIndexMapping.php

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

Class hierarchy

Summary

Properties

$_changedData

The modified data.


Static Methods

getClassName()

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

Get a class name by tag name.

Parameters
$tag : string
 
Exceptions

Throws InvalidArgumentException


Methods

cleanUp()

Release memory and cycled references.

getNumTables()

Gets the number of registered subtables.

getOriginalTable()

getSubTable()

Gets a subtable.

Parameters
$platformId : int
 
$encodingId : int
 

hasSubTable()

Checks whether the table already contains the given subtable or not.

Parameters
$plaformId : int
 
$encodingId : int