SetaPDF_Extractor_Result_Glyph This class represnts a single glyph.

File: /SetaPDF v2/Extractor/Result/Glyph.php

Class hierarchy

Implements

Summary

Properties

$_textItem


Methods

__construct()

The constructor.

Parameters
$textItem : SetaPDF_Extractor_TextItem
 

cleanUp()

Release memory and cycled references

getBaseLineEnd()

getBaseLineStart()

getBounds()

Gets the bounds of this glyph.

Exceptions

Throws SetaPDF_Core_Exception

getFilterId()

public SetaPDF_Extractor_Result_Glyph::getFilterId (
void
): null|string

Get the id of the filter instance that accepted this result.

getOrientation()

Get the orientation value of this glyph.

See

getString()

public SetaPDF_Extractor_Result_Glyph::getString (
[ string $encoding = 'utf-8' ]
): string

Get the string value of the glyph.

Parameters
$encoding : string
 

getTextItem()

Get the text item of this glyph.

getUserSpaceSpaceWidth()

Get the user space width value of the space sign of the font for this glyph.

Exceptions

Throws SetaPDF_Core_Exception

See