HaruPage::getTransMatrix

(PECL haru >= 0.0.1) Get the current transformation matrix of the page array HaruPage::getTransMatrix ( void ) Get the current transformation matrix of the page. Returns: Returns the current transformation matrix of the page as an array of 6 elements: "a", "b", "c", "d", "x" and "y". Exception: Throws a HaruException on error.

HaruPage::getTextWidth

(PECL haru >= 0.0.1) Get the width of the text using current fontsize, character spacing and word spacing float HaruPage::getTextWidth ( string $text ) Get the width of the text using current fontsize, character spacing and word spacing Parameters: text The text to measure. Returns: Returns the width of the text using current fontsize, charact

HaruPage::getTextRise

(PECL haru >= 0.0.1) Get the current value of text rising float HaruPage::getTextRise ( void ) Get the current value of text rising. Returns: Returns the current value of text rising. Exception: Throws a HaruException on error. See also: HaruPage::setTextRise() -

HaruPage::getTextRenderingMode

(PECL haru >= 0.0.1) Get the current text rendering mode int HaruPage::getTextRenderingMode ( void ) Get the current text rendering mode. Returns: Returns the current text rendering mode. The result value is one of the following: HaruPage::FILL HaruPage::STROKE HaruPage::FILL_THEN_STROKE HaruPage::INVISIBLE HaruPage::FILL_CLIPPING HaruPage::STROKE_CLIPPING HaruPage::FILL_STROKE_CL

HaruPage::getTextMatrix

(PECL haru >= 0.0.1) Get the current text transformation matrix of the page array HaruPage::getTextMatrix ( void ) Get the current text transformation matrix of the page. Returns: Returns the current text transformation matrix of the page as an array of 6 elements: "a", "b", "c", "d", "x" and "y". Exception: Throws a HaruException on error.

HaruPage::getTextLeading

(PECL haru >= 0.0.1) Get the current value of line spacing float HaruPage::getTextLeading ( void ) Get the current value of line spacing. Returns: Returns the current value of line spacing. Exception: Throws a HaruException on error. See also: HaruPage::setTextLeading() -

HaruPage::getStrokingColorSpace

(PECL haru >= 0.0.1) Get the current stroking color space int HaruPage::getStrokingColorSpace ( void ) Get the current stroking color space. Returns: Returns the current stroking color space. The list of return values is the same as for HaruPage::getFillingColorSpace() Exception: Throws a HaruException on error. S

HaruPage::getRGBStroke

(PECL haru >= 0.0.1) Get the current stroking color array HaruPage::getRGBStroke ( void ) Get the current stroking color. Returns: Returns the current stroking color. Exception: Throws a HaruException on error. See also: HaruPage::setRGBStroke() -

HaruPage::getRGBFill

(PECL haru >= 0.0.1) Get the current filling color array HaruPage::getRGBFill ( void ) Get the current filling color. Returns: Returns the current filling color as an array with 3 elements: "r", "g" and "b". Exception: Throws a HaruException on error. See also: HaruPage::setRGBFill() -

HaruPage::getMiterLimit

(PECL haru >= 0.0.1) Get the value of miter limit float HaruPage::getMiterLimit ( void ) Get the value of the miter limit. Returns: Returns the value of the miter limit. Exception: Throws a HaruException on error. See also: HaruPage::setMiterLimit() -