setasign\SetaPDF2\Core\Font\TrueType\Table
Post A class representing the PostScript Table (post) in a TrueType file.
File: /SetaPDF v2/Core/Font/TrueType/Table/Post.php
Old class name (alias):
\SetaPDF_Core_Font_TrueType_Table_Post
Class hierarchy
Summary
Constants
TAG
Properties
Static Methods
Methods
__construct()
_get()
Get a value from the table.
The properties are defined in the $_entries property of an implemented table.
Parameters
- $name : string
_getRaw()
Get raw data from a specific table.
The properties are defined in the $_entries property of an implemented table.
Parameters
- $name : string
getItalicAngle()
Get the italic angle.
Italic angle in counter-clockwise degrees from the vertical. Zero for upright text, negative for text that leans to the right (forward).
Parameters
- $round : bool
isFixedPitch()
Checks whether the font is proportionally or not proportionally spaced.
Return Values
0 = proportionally, non-zeor = not proportionally