PHP Class Pop\Font\TrueType\Table\Glyf

Author: Nick Sagona, III ([email protected])
Show file Open project: nicksagona/PopPHP

Public Properties

Property Type Description
$glyphWidths array Glyph widths
$glyphs array Glyphs

Public Methods

Method Description
__construct ( AbstractFont $font ) : Glyf Constructor

Method Details

__construct() public method

Instantiate a TTF 'glyf' table object.
public __construct ( AbstractFont $font ) : Glyf
$font Pop\Font\AbstractFont
return Glyf

Property Details

$glyphWidths public property

Glyph widths
public array $glyphWidths
return array

$glyphs public property

Glyphs
public array $glyphs
return array