HaruPage::createTextAnnotation

(PECL haru >= 0.0.1) Create new HaruAnnotation instance object HaruPage::createTextAnnotation ( array $rectangle, string $text [, object $encoder ] ) Creates a new HaruAnnotation instance. Parameters: rectangle An array with 4 coordinates of the annotation area. text The text to be displayed. encoder

HaruPage::createLinkAnnotation

(PECL haru >= 0.0.1) Create new HaruAnnotation instance object HaruPage::createLinkAnnotation ( array $rectangle, object $destination ) Creates a new HaruAnnotation instance. Parameters: rectangle An array with 4 coordinates of the clickable area. destination Valid HaruDestination instance. Returns: Returns

HaruPage::createDestination

(PECL haru >= 0.0.1) Create new HaruDestination instance object HaruPage::createDestination ( void ) Create a new HaruDestination instance. Returns: Returns a new HaruDestination instance. Exception: Throws a HaruException on error.

HaruPage::concat

(PECL haru >= 0.0.1) Concatenate current transformation matrix of the page and the specified matrix bool HaruPage::concat ( float $a, float $b, float $c, float $d, float $x, float $y ) Concatenates current transformation matrix of the page and the specified matrix. Parameters: a Concatenates current transformation matrix of the page and the specified matrix.

HaruPage::closePath

(PECL haru >= 0.0.1) Append a straight line from the current point to the start point of the path bool HaruPage::closePath ( void ) Appends a straight line from the current point to the start point of the path. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

HaruPage::circle

(PECL haru >= 0.0.1) Append a circle to the current path bool HaruPage::circle ( float $x, float $y, float $ray ) Appends a circle to the current path. Parameters: x Horizontal coordinate of the center point. y Vertical coordinate of the center point. ray The ray of the circle.

HaruPage::beginText

(PECL haru >= 0.0.1) Begin a text object and set the current text position to (0,0) bool HaruPage::beginText ( void ) Begins new text object and sets the current text position to (0,0). Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

HaruPage::arc

(PECL haru >= 0.0.1) Append an arc to the current path bool HaruPage::arc ( float $x, float $y, float $ray, float $ang1, float $ang2 ) Appends an arc to the current path. Parameters: x Horizontal coordinate of the center. y Vertical coordinate of the center. ray The ray of the arc.

HaruDoc::useKRFonts

(PECL haru >= 0.0.1) Enable builtin Korean fonts bool HaruDoc::useKRFonts ( void ) Enables builtin Korean fonts. Returns: Returns TRUE on success. Exception: Throws a HaruException on error. See also: HaruDoc::useKREncodings() -

HaruDoc::useKREncodings

(PECL haru >= 0.0.1) Enable Korean encodings bool HaruDoc::useKREncodings ( void ) Enables Korean encodings. Returns: Returns TRUE on success. Exception: Throws a HaruException on error. See also: HaruDoc::useKRFonts() -