PHP Class Pop\Font\TrueType\Table\Maxp

Author: Nick Sagona, III ([email protected])
显示文件 Open project: nicksagona/PopPHP

Public Properties

Property Type Description
$numberOfGlyphs integer Number of glyphs

Public Methods

Method Description
__construct ( AbstractFont $font ) : Maxp Constructor

Method Details

__construct() public method

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

Property Details

$numberOfGlyphs public_oe property

Number of glyphs
public int $numberOfGlyphs
return integer