SetaPDF_Core_Font_TrueType_Table_GlyphData A class representing the Glyf Data Table (glyf) in a TrueType file. https://www.microsoft.com/typography/otspec/glyf.htm
File: /SetaPDF v2/Core/Font/TrueType/Table/GlyphData.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
getGlyph()
public SetaPDF_Core_Font_TrueType_Table_GlyphData::getGlyph (
integer $glyphId
): false|SetaPDF_Core_Font_TrueType_Table_GlyphData_GlyphGet a single glyph instance.
Parameters
- $glyphId : integer
Exceptions
Throws SetaPDF_Core_Font_Exception
getRecord()
public SetaPDF_Core_Font_TrueType_Table::getRecord (
void
): SetaPDF_Core_Font_TrueType_Table_RecordGet the record object.