setasign\SetaPDF2\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
Old class name (alias):
\SetaPDF_Core_Font_TrueType_Table_GlyphData
Class hierarchy
Summary
Constants
TAG
Properties
Static Methods
Methods
__construct()
_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 GlyphData::getGlyph (
int $glyphId
): false|\SetaPDF_Core_Font_TrueType_Table_GlyphData_GlyphGet a single glyph instance.
Parameters
- $glyphId : int