8. Overview Text ObjectsΒΆ
Create and Destroy |
|
---|---|
TBCreate creates a new text object. |
|
TBDestroy destroys the given text object and frees any memory the text object occupied. |
Get |
|
---|---|
Displays the text object configuration dialog box. |
|
Returns the horizontal text alignment. |
|
Returns the vertical text alignment. |
|
TBGetAngle returns the angle which is used to print the text. |
|
TBGetEdgeDistance returns the distance between the text and the left corner of the text object. |
|
TBGetFont return a copy of the font, which is used to print the text. |
|
TBGetProps gets the font properties. |
|
TBGetRefPoint returns in what direction the extension of a text object will grow. |
|
Returns the text. |
|
TBGetTextExtend returns text size, which is necessary to print the text. |
|
TBIsAutoSize returns TRUE (1), if the size of the text object is adjusted automatically to the text extension. |
|
TBIsClipText returns TRUE (1), if clipping is enabled. |
|
TBIsWordWrap returns TRUE (1), if word wrap is enabled. |
Set |
|
---|---|
TBSetAlignHorz sets the horizontal text alignment. |
|
TBSetAlignVert sets the vertical alignment. |
|
TBSetAngle sets the angle under which the text should be drawn. |
|
TBSetAutoSize specifies that the size of the text object should be adjusted automatically to the text extension. |
|
TBSetClipText enables or disables clipping. |
|
TBSetDefault sets text settings to default values. |
|
TBSetEdgeDistance specifies the distance between the text string and the left and top edges of the bounding box. |
|
TBSetFont sets the font for the specified text object. |
|
TBSetProps sets the text box properties. |
|
TBSetRefPoint specifies in what direction the extension of a text object will grow. |
|
TBSetText replaces the text of the specified object with new text. |
|
TBSetWordWrap enables or disables word wrap. |
See also
id-1473374