AbstractStandard
in package
AbstractYes
Pdf abstract standard font class
Tags
Table of Contents
Properties
- $cmap : array<string|int, mixed>
- Font character map
- $glyphWidths : array<string|int, mixed>
- Font glyph widths
- $unitsPerEm : int
- Font units per em
Methods
- getGlyphWidth() : mixed
- Get character glyph width
- getUnitsPerEm() : int
- Get units per em
Properties
$cmap
Font character map
protected
array<string|int, mixed>
$cmap
= []
$glyphWidths
Font glyph widths
protected
array<string|int, mixed>
$glyphWidths
= []
$unitsPerEm
Font units per em
protected
int
$unitsPerEm
= 1000
Methods
getGlyphWidth()
Get character glyph width
public
getGlyphWidth(int $code) : mixed
Parameters
- $code : int
getUnitsPerEm()
Get units per em
public
getUnitsPerEm() : int