PHP Class Pop\Font\TrueType\Table\Post

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

Public Properties

Property Type Description
$fixed integer Fixed
$italicAngle float Italic angle

Public Methods

Method Description
__construct ( AbstractFont $font ) : Post Constructor

Method Details

__construct() public method

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

Property Details

$fixed public_oe property

Fixed
public int $fixed
return integer

$italicAngle public_oe property

Italic angle
public float $italicAngle
return float