Optionaloptions: OptionsCreate a TextObject instance with the specified options.
Create a CJK font for the text object.
The font name to create.
The document object to create the font.
Return the created PDFFont object.
Destroy the TextObject instance.
Get the count of characters in the text object.
Return the count of characters in the text object.
Get the information of specified character.
Specify zero-based character index in the text object.
Return the information of specified character.
Get the rect of specified character.
Specify zero-based character index in the text object.
Return the rect of specified character.
Get the font of the current text object.
Return the font of the current text object.
Get the font size of the current text object.
Return the font size of the current text object.
Get the index of the text object.
Return the index of the text object.
Get the count of text object items.
Return the count of text object items.
Get the x-coordinate of the origin in the device space.
Return the x-coordinate of the origin in the device space.
Get the y-coordinate of the origin in the device space.
Return the y-coordinate of the origin in the device space.
Get the text matrix of the current object.
Return the text matrix of the current object.
Recalculate the position data of the text object.
Set the CJK text for the text object.
The text to set.
The font to set.
Set the color state of the text object.
The color state to set.
Set the text object to empty.
Set the index of the text object.
The index to set.
Set the text state of the text object.
The text state to set.
Transform the text object by the specified matrix.
The matrix to transform.
StaticcreateCreate a TextObject instance.
Optionaloptions: OptionsCreate a TextObject instance with the specified options.
Return a TextObject instance.
Create a TextObject instance. Instead of creating an instance in new mode, use create to create an instance.