Method |
Description |
|
AcceptPageBreak ( ) |
|
|
AddFont ( $family, $style = '', $file = '', $uni = false ) |
|
|
AddLink ( ) |
|
|
AddPage ( $orientation = '', $size = '' ) |
|
|
AliasNbPages ( $alias = '{nb}' ) |
|
|
Cell ( $w, $h, $txt = '', $border, $ln, $align = '', $fill = false, $link = '' ) |
|
|
Close ( ) |
|
|
Error ( $msg ) |
|
|
Footer ( ) |
|
|
GetStringWidth ( $s ) |
|
|
GetX ( ) |
|
|
GetY ( ) |
|
|
Header ( ) |
|
|
Image ( $file, $x = null, $y = null, $w, $h, $type = '', $link = '' ) |
|
|
Line ( $x1, $y1, $x2, $y2 ) |
|
|
Link ( $x, $y, $w, $h, $link ) |
|
|
Ln ( $h = null ) |
|
|
MultiCell ( $w, $h, $txt, $border, $align = 'J', $fill = false ) |
|
|
Open ( ) |
|
|
Output ( $name = '', $dest = '' ) |
|
|
PageNo ( ) |
|
|
Rect ( $x, $y, $w, $h, $style = '' ) |
|
|
SetAuthor ( $author, $isUTF8 = false ) |
|
|
SetAutoPageBreak ( $auto, $margin ) |
|
|
SetCompression ( $compress ) |
|
|
SetCreator ( $creator, $isUTF8 = false ) |
|
|
SetDisplayMode ( $zoom, $layout = 'default' ) |
|
|
SetDrawColor ( $r, $g = null, $b = null ) |
|
|
SetFillColor ( $r, $g = null, $b = null ) |
|
|
SetFont ( $family, $style = '', $size ) |
|
|
SetFontSize ( $size ) |
|
|
SetKeywords ( $keywords, $isUTF8 = false ) |
|
|
SetLeftMargin ( $margin ) |
|
|
SetLineWidth ( $width ) |
|
|
SetLink ( $link, $y, $page ) |
|
|
SetMargins ( $left, $top, $right = null ) |
|
|
SetRightMargin ( $margin ) |
|
|
SetSubject ( $subject, $isUTF8 = false ) |
|
|
SetTextColor ( $r, $g = null, $b = null ) |
|
|
SetTitle ( $title, $isUTF8 = false ) |
|
|
SetTopMargin ( $margin ) |
|
|
SetX ( $x ) |
|
|
SetXY ( $x, $y ) |
|
|
SetY ( $y ) |
|
|
Text ( $x, $y, $txt ) |
|
|
UTF8StringToArray ( $str ) |
Converts UTF-8 strings to codepoints array |
|
UTF8ToUTF16BE ( $str, $setbom = true ) |
Converts UTF-8 strings to UTF16-BE. |
|
Write ( $h, $txt, $link = '' ) |
|
|
_UTF8toUTF16 ( $s ) |
|
|
__construct ( $orientation = 'P', $unit = 'mm', $size = 'A4' ) |
*****************************************************************************
*
Public methods *
*
***************************************************************************** |
|
_beginpage ( $orientation, $size ) |
|
|
_checkoutput ( ) |
|
|
_dochecks ( ) |
*****************************************************************************
*
Protected methods *
*
***************************************************************************** |
|
_dounderline ( $x, $y, $txt ) |
|
|
_enddoc ( ) |
|
|
_endpage ( ) |
|
|
_escape ( $s ) |
|
|
_getfontpath ( ) |
|
|
_getpagesize ( $size ) |
|
|
_loadfont ( $font ) |
|
|
_newobj ( ) |
|
|
_out ( $s ) |
|
|
_parsegif ( $file ) |
|
|
_parsejpg ( $file ) |
|
|
_parsepng ( $file ) |
|
|
_parsepngstream ( $f, $file ) |
|
|
_putTTfontwidths ( &$font, $maxUni ) |
|
|
_putcatalog ( ) |
|
|
_putfonts ( ) |
|
|
_putheader ( ) |
|
|
_putimage ( &$info ) |
|
|
_putimages ( ) |
|
|
_putinfo ( ) |
|
|
_putpages ( ) |
|
|
_putresourcedict ( ) |
|
|
_putresources ( ) |
|
|
_putstream ( $s ) |
|
|
_puttrailer ( ) |
|
|
_putxobjectdict ( ) |
|
|
_readint ( $f ) |
|
|
_readstream ( $f, $n ) |
|
|
_textstring ( $s ) |
|
|