HaruPage::setTextRenderingMode

(PECL haru >= 0.0.1) Set text rendering mode for the page bool HaruPage::setTextRenderingMode ( int $mode ) Defines text rendering mode for the page. Parameters: mode Must be one of the following values: HaruPage::FILL HaruPage::STROKE HaruPage::FILL_THEN_STROKE HaruPage::INVISIBLE HaruPage::FILL_CLIPPING HaruPage::STROKE_CLIPPING HaruPage::FILL_STROKE_CL

HaruPage::setTextMatrix

(PECL haru >= 0.0.1) Set the current text transformation matrix of the page bool HaruPage::setTextMatrix ( float $a, float $b, float $c, float $d, float $x, float $y ) Defines the text transformation matrix of the page. Parameters: a Width multiplier. b Vertical skew in radians. c Horizontal skew i

HaruPage::setTextLeading

(PECL haru >= 0.0.1) Set text leading (line spacing) for the page bool HaruPage::setTextLeading ( float $text_leading ) Set the text leading (line spacing) for the page. Parameters: text_leading Defines line spacing for the page. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

HaruPage::setSlideShow

(PECL haru >= 0.0.1) Set transition style for the page bool HaruPage::setSlideShow ( int $type, float $disp_time, float $trans_time ) Defines transition style for the page. Parameters: type Must be one of the following values: HaruPage::TS_WIPE_RIGHT HaruPage::TS_WIPE_LEFT HaruPage::TS_WIPE_UP HaruPage::TS_WIPE_DOWN HaruPage::TS_BARN_DOORS_HORIZONTAL_OUT Ha

HaruPage::setSize

(PECL haru >= 0.0.1) Set size and direction of the page bool HaruPage::setSize ( int $size, int $direction ) Changes size and direction of the page to a predefined format. Parameters: size Must be one of the following values: HaruPage::SIZE_LETTER HaruPage::SIZE_LEGAL HaruPage::SIZE_A3 HaruPage::SIZE_A4 HaruPage::SIZE_A5 HaruPage::SIZE_B4 HaruPage::SIZE_B

HaruPage::setRotate

(PECL haru >= 0.0.1) Set rotation angle of the page bool HaruPage::setRotate ( int $angle ) Defines rotation angle of the page. Parameters: angle Must be a multiple of 90 degrees. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

HaruPage::setRGBStroke

(PECL haru >= 0.0.1) Set stroking color for the page bool HaruPage::setRGBStroke ( float $r, float $g, float $b ) Defines stroking color for the page. All values must be between 0 and 1. Parameters: r Defines stroking color for the page. All values must be between 0 and 1. g Defines stroking color for the page. All values must be bet

HaruPage::setRGBFill

(PECL haru >= 0.0.1) Set filling color for the page bool HaruPage::setRGBFill ( float $r, float $g, float $b ) Defines filling color for the page. All values must be between 0 and 1. Parameters: r Defines filling color for the page. All values must be between 0 and 1. g Defines filling color for the page. All values must be between 0

HaruPage::setMiterLimit

(PECL haru >= 0.0.1) Set the current value of the miter limit of the page bool HaruPage::setMiterLimit ( float $limit ) Set the current value of the miter limit of the page. Parameters: limit Defines the current value of the miter limit of the page. Returns: Returns TRUE on success. Exception: Throws a HaruExce

HaruPage::setLineWidth

(PECL haru >= 0.0.1) Set line width for the page bool HaruPage::setLineWidth ( float $width ) Defines line width for the page. Parameters: width The defined line width for the page. Returns: Returns TRUE on success. Exception: Throws a HaruException on error. See