AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkText Members

The following tables list the members exposed by TAgkText.

 
Name 
Description 
 
FID 
 
 
Name 
Description 
 
Creates a text object for displaying text on the screen. 
 
All text objects are automatically destroyed when their owner (such as the scene in which it is used) is destroyed. However, if you don't need the text object anymore, you can save memory (especially on mobile devices) by destroying it earlier. Also, when the text object has no owner, you need to destroy it yourself when you are done with it. 
 
This is the overview for the HitText method overload. 
 
This is the overview for the SetCharColor method overload. 
 
This is the overview for the SetCharPos method overload. 
 
This is the overview for the SetColor method overload. 
 
This is the overview for the SetPosition method overload. 
 
This is the overview for the SetScissor method overload. 
 
Name 
Description 
 
Sets how the text should be positioned on screen. 
 
The alpha component of the text color, ranging from 0 (fully transparent) to 255 (fully opaque). 
 
The current angle in degrees of the specified character, clockwise. 
 
The current angle in radians of the specified character, clockwise. 
 
The color of the specified character. 
 
The current position of the specified character relative to the text object. 
 
The current X position of the specified character relative to the text object. 
 
The current Y position of the specified character relative to the text object. 
 
The color of the text object. 
 
Sets the default extended font to use for text objects. The extended font is for non standard characters above ascii value 127 and can be set separately to the standard characters so you can have multiple images for the extended set and a base image for the normal font characters. 
 
Sets the default font to use for text objects and print functions. 
 
Sets the image filter for all text objects and print functions that are using the default font when the text image is larger than the screen space it occupies. 
 
Sets the image filter for all text objects and print functions that are using the default font when the text image is smaller than the screen space it occupies. 
 
The current depth of the text object, with 0 being the front of the screen and 10000 being the back. 
 
Sets the extended font to use for this text object. The extended font is for non standard characters above ascii value 127 and can be set separately to the standard characters so you can have multiple images for the extended set and a base image for the normal font characters. 
 
Whether the text object is fixed to the screen. 
 
Sets the font to use for this text object. 
 
ID 
The internal ID of the object. 
 
The current length of the string the text object is displaying. 
 
Sets the spacing between text lines. 
 
Sets the maximum width the text object will use to draw. 
 
The number of objects that this object owns. 
 
The objects that this object owns. 
 
The owner of this object. 
 
Pos 
The current position of a text object in world coordinates. 
 
Size 
The current size of the text object in world units. 
 
Sets the spacing between letters. 
 
Text 
The text string. 
 
Returns the current height of the text object in world units. 
 
Returns the current width of the text object in world units. 
 
Whether the text object is visible. 
 
X 
The current X position of a text object in world coordinates. 
 
Y 
The current Y position of a text object in world coordinates. 
Copyright (c) 2012. All rights reserved.