Encoder

Encoder class

Constructors

this
this(HPDF_Encoder encoder)
Undocumented in source.

Members

Functions

getByteType
HaruByteType getByteType(char[] text, uint index)

Get the type of byte in the text at position index.

getHandle
HPDF_HANDLE getHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
getType
HaruEncoderType getType()

Gets the type of an encoding object.

getUnicode
HPDF_UNICODE getUnicode(ushort code)

Converts a specified character code to unicode.

getWritingMode
HaruWritingMode getWritingMode()

Gets the writing mode for the encoding object.

Variables

_encoder
HPDF_Encoder _encoder;
Undocumented in source.

Inherited Members

From IHaruObject

getHandle
HPDF_HANDLE getHandle()
Undocumented in source.

Meta