\Pop\Pdf\Build\Font\TrueType\TableOs2

OS/2 table class

Summary

Methods
Properties
Constants
offsetSet()
offsetGet()
offsetExists()
offsetUnset()
__set()
__get()
__isset()
__unset()
__construct()
No public properties found
No constants found
No protected methods found
$properties
$readOnly
N/A
No private methods found
No private properties found
N/A

Properties

$properties

$properties : array

Font table properties

Type

array

$readOnly

$readOnly : array

Read-only properties

Type

array

Methods

offsetSet()

offsetSet(string  $name, mixed  $value) : void

Offset set method

Parameters

string $name
mixed $value

offsetGet()

offsetGet(string  $name) : mixed

Offset get method

Parameters

string $name

Throws

\InvalidArgumentException

Returns

mixed

offsetExists()

offsetExists(mixed  $offset) : boolean

Offset exists method

Parameters

mixed $offset

Returns

boolean

offsetUnset()

offsetUnset(mixed  $offset) : void

Offset unset method

Parameters

mixed $offset

__set()

__set(string  $name, mixed  $value) : void

Set method

Parameters

string $name
mixed $value

__get()

__get(string  $name) : mixed

Get method

Parameters

string $name

Returns

mixed

__isset()

__isset(string  $name) : boolean

Isset method

Parameters

string $name

Returns

boolean

__unset()

__unset(string  $name) : void

Unset fields[$name]

Parameters

string $name

__construct()

__construct(\Pop\Pdf\Build\Font\TrueType  $font) 

Constructor

Instantiate a OTF 'OS/2' table object.

Parameters

\Pop\Pdf\Build\Font\TrueType $font