$font
$font : \Pop\Pdf\Build\Font\AbstractFont
Font object
Pdf font parser class
$font : \Pop\Pdf\Build\Font\AbstractFont
Font object
setFontIndex(integer $index) : \Pop\Pdf\Build\Font\Parser
Set the font index
integer | $index |
setFontObjectIndex(integer $index) : \Pop\Pdf\Build\Font\Parser
Set the font object index
integer | $index |
setFontDescIndex(integer $index) : \Pop\Pdf\Build\Font\Parser
Set the font descriptor index
integer | $index |
setFontFileIndex(integer $index) : \Pop\Pdf\Build\Font\Parser
Set the font file index
integer | $index |
setCompression(boolean $compression) : \Pop\Pdf\Build\Font\Parser
Set the compression
boolean | $compression |
getFont() : \Pop\Pdf\Build\Font\AbstractFont
Get the font object
getGlyphWidthsFromCmap(\Pop\Pdf\Build\Font\TrueType\Table\Cmap $cmap) : array
Method to to get the glyph widths from the CMap
\Pop\Pdf\Build\Font\TrueType\Table\Cmap | $cmap |