SetaPDF_Core_Font_TrueType_Subset_Table_Header This class represents the "head" table in a sub-setting context.
File: /SetaPDF v2/Core/Font/TrueType/Subset/Table/Header.php
See https://www.microsoft.com/typography/otspec/head.htm for more details.
Class hierarchy
Summary
Properties
Static Methods
getClassName()
Methods
__construct()
getOriginalTable()
public SetaPDF_Core_Font_TrueType_Subset_Table::getOriginalTable (
void
): SetaPDF_Core_Font_TrueType_TableGets the original table.
setCheckSumAdjustment()
public SetaPDF_Core_Font_TrueType_Subset_Table_Header::setCheckSumAdjustment (
string $value
): voidSets the checksum adjustment.
Parameters
- $value : string
setIndexToLocFormat()
Set the "loca" location format.
0 for short offsets (Offset16), 1 for long (Offset32).
Parameters
- $format : int
See
setModified()
Set the modified time.
Number of seconds since 12:00 midnight that started January 1st 1904 in GMT/UTC time zone.
Parameters
- $value : int
setRevision()
Set the font revision.
Value comes from the font manufacturer.
Parameters
- $value : float
write()
Writes the table.
Parameters
- $writer : SetaPDF_Core_Writer_WriterInterface