The HaruEncoder class

(PECL haru >= 0.0.1)

Wstęp

Haru PDF Encoder Class.

Krótki opis klasy

HaruEncoder {
/* Metody */
getByteType ( string $text , int $index ) : int
getType ( void ) : int
getUnicode ( int $character ) : int
getWritingMode ( void ) : int
}

Stałe predefiniowane

Type Name Description
int HaruEncoder::TYPE_SINGLE_BYTE  
int HaruEncoder::TYPE_DOUBLE_BYTE  
int HaruEncoder::TYPE_UNINITIALIZED  
int HaruEncoder::UNKNOWN  
int HaruEncoder::WMODE_HORIZONTAL  
int HaruEncoder::WMODE_VERTICAL  
int HaruEncoder::BYTE_TYPE_SINGLE  
int HaruEncoder::BYTE_TYPE_LEAD  
int HaruEncoder::BYTE_TYPE_TRAIL  
int HaruEncoder::BYTE_TYPE_UNKNOWN  

Spis treści

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top