SetaPDF_Core_Font_TrueType_Table_ControlValue A class representing the Control Value Table (cvt ) in a TrueType file. https://www.microsoft.com/typography/otspec/cvt.htm
File: /SetaPDF v2/Core/Font/TrueType/Table/ControlValue.php
Class hierarchy
Summary
Constants
TAG
The tag name of this class
Properties
Static Methods
Methods
__construct()
public SetaPDF_Core_Font_TrueType_Table::__construct ()
The constructor.
Parameters
- $record : SetaPDF_Core_Font_TrueType_Table_Record
_get()
Get a value from the table.
The properties are defined in the $_entries property of an implemented table.
Parameters
- $name : string
_getRaw()
Get raw data from a specific table.
The properties are defined in the $_entries property of an implemented table.
Parameters
- $name : string
getRecord()
public SetaPDF_Core_Font_TrueType_Table::getRecord (
void
): SetaPDF_Core_Font_TrueType_Table_RecordGet the record object.