SetaPDF_Core_Font_TrueType_Subset_Table_GlyphData_Description_Composite This class represents the description of a composite glyph in a sub-setting context.
File: /SetaPDF v2/Core/Font/TrueType/Subset/Table/GlyphData/Description/Composite.php
See https://www.microsoft.com/typography/otspec/glyf.htm#compositeGlyphDescription for more details.
Class hierarchy
Summary
Properties
$_description
protected SetaPDF_Core_Font_TrueType_Table_GlyphData_Description SetaPDF_Core_Font_TrueType_Subset_Table_GlyphData_Description::$_description
The original description.
$_glyf
protected SetaPDF_Core_Font_TrueType_Subset_Table_GlyphData SetaPDF_Core_Font_TrueType_Subset_Table_GlyphData_Description::$_glyf
The glyph data table.
Methods
__construct()
The constructor.
Parameters
getOrigin()
public SetaPDF_Core_Font_TrueType_Subset_Table_GlyphData_Description::getOrigin (
void
): SetaPDF_Core_Font_TrueType_Table_GlyphData_DescriptionGets the original description.
write()
Writes the description and update the glyph ids.
Parameters
- $writer : SetaPDF_Core_Writer_WriterInterface
Exceptions
Throws Exception