SetaPDF_Core_Font_TrueType_Table_GlyphData_Glyph A class representing a glyph.
File: /SetaPDF v2/Core/Font/TrueType/Table/GlyphData/Glyph.php
Class hierarchy
Summary
Properties
$_glyphData
protected SetaPDF_Core_Font_TrueType_Table_GlyphData SetaPDF_Core_Font_TrueType_Table_GlyphData_Glyph::$_glyphData
The glyph data table
$_length
protected integer SetaPDF_Core_Font_TrueType_Table_GlyphData_Glyph::$_length
Length of this glyph
$_offset
protected integer SetaPDF_Core_Font_TrueType_Table_GlyphData_Glyph::$_offset
Offset of this glyph
Methods
__construct()
The constructor.
Parameters
- $glyphData : SetaPDF_Core_Font_TrueType_Table_GlyphData
- $offset : integer
The byte offset position for this glyph
- $length : integer
The byte length of this glyph
_read()
private SetaPDF_Core_Font_TrueType_Table_GlyphData_Glyph::_read (
integer $offset [, string $method = 'readInt16' ]
): integer|mixedRead a value for this glyph.
Parameters
- $offset : integer
- $method : string
getDescription()
public SetaPDF_Core_Font_TrueType_Table_GlyphData_Glyph::getDescription (
void
): SetaPDF_Core_Font_TrueType_Table_GlyphData_Description_Simple|SetaPDF_Core_Font_TrueType_Table_GlyphData_Description_CompositeGet the glyph description.