tclhpdf(5) 0.1.0 "tclhpdf Encoder Handler"

NAME

tclhpdf - tclhpdf Encoder Handler

TABLE OF CONTENTS

    TABLE OF CONTENTS
    SYNOPSIS
    DESCRIPTION
    COMMANDS
    REFERENCE
    SEE ALSO
    KEYWORDS
    COPYRIGHT

SYNOPSIS

COMMANDS
hpdfEncoderObj getType
hpdfEncoderObj getByteType bytearraytext index
hpdfEncoderObj getUnicode code
hpdfEncoderObj getWritingMode

DESCRIPTION

The Encoder handler command have subcommands for font handling.

COMMANDS

hpdfEncoderObj getType
getType gets the type of an encoding object. It returns a following value.

single_byte
This encoder is an encoder for single byte characters.

double_byte
This encoder is an encoder for multi byte characters.

uninitialized
This encoder is uninitialized. (May be it is an encoder for multi byte characters.)

unknown
Invalid encoder.
hpdfEncoderObj getByteType bytearraytext index
getByteType returns the type of byte in the text at position index. It returns a following value.

single
Single byte character.

lead
Lead byte of a double-byte character.

trial
Trailing byte of a double-byte character.

unknown
Invalid encoder or cannot judge the byte type.
hpdfEncoderObj getUnicode code
getUnicode converts a specified character code to unicode.

hpdfEncoderObj getWritingMode
getWritingMode returns the writing mode for the encoding object. It returns a following value.

horizontal
horizontal writing mode.

vertical
vertical writing mode;

REFERENCE

SEE ALSO

tclhpdf, tclhpdfAnnotation, tclhpdfDescription, tclhpdfDoc, tclhpdfEncoder, tclhpdfExtGState, tclhpdfFont, tclhpdfImage, tclhpdfOutline, tclhpdfPage

KEYWORDS

pdf

COPYRIGHT

Copyright © 1999-2006 Takeshi Kanno <takeshi_kanno@est.hi-ho.ne.jp>
Copyright © 2007 OHTSUKA, yoshio <ohtsuka.yoshio@gmail.com>