update : 2015.11.03
php.shukuma.com

검색:
 
 
Set text rendering mode for the page

HaruPage::setTextRenderingMode

(PECL haru >= 0.0.1)

HaruPage::setTextRenderingModeSet text rendering mode for the page

설명

bool HaruPage::setTextRenderingMode ( int $mode )

Defines text rendering mode for the page.

인수

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_CLIPPING
  • HaruPage::CLIPPING

반환값

Returns TRUE on success.

오류/예외

오류 시에 HaruException을 던짐.

참고