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

$_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.

getBoundingBox()

Get the bounding box.

getOriginalTable()

setCheckSumAdjustment()

Sets 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
 

setXMax()

Set the xMax value.

Parameters
$xMax : int
 

setXMin()

Set the xMin value.

Parameters
$xMin : int
 

setYMax()

Set the yMax value.

Parameters
$yMax : int
 

setYMin()

Set the yMin value.

Parameters
$yMin : int
 

write()