SetaPDF_Core_Font_TrueType_Subset_Table_IndexToLocation This class represents the "loca" table in a sub-setting context.
File: /SetaPDF v2/Core/Font/TrueType/Subset/Table/IndexToLocation.php
See https://www.microsoft.com/typography/otspec/loca.htm for more details.
Class hierarchy
Summary
Properties
Static Methods
getClassName()
Methods
__construct()
The constructor.
Parameters
getOriginalTable()
public SetaPDF_Core_Font_TrueType_Subset_Table::getOriginalTable (
void
): SetaPDF_Core_Font_TrueType_TableGets the original table.
setFormat()
Set the location format.
0 for short offsets (Offset16), 1 for long (Offset32).
Parameters
- $value : int
See
write()
Writes the table.
Parameters
- $writer : SetaPDF_Core_Writer_WriterInterface