TextGraphics Class |
Namespace: AGI.Foundation.Platforms
The TextGraphics type exposes the following members.
Name | Description | |
---|---|---|
TextGraphics | Initializes a new instance. |
Name | Description | |
---|---|---|
AlignToPixel |
Gets or sets a parameter indicating whether the text should be aligned to a pixel.
| |
Color |
Gets or sets a parameter indicating the color of the text over time.
| |
DisplayParameters |
Gets or sets the visibility of the text over time.
| |
EyeOffset |
Gets or sets a parameter indicating the eye offset of the text over time.
| |
Font |
Gets or sets the Font used to draw the text.
| |
Origin |
Gets or sets a parameter indicating the Origin of the text over time.
| |
Outline |
Gets or sets whether or not to outline the text.
| |
OutlineColor |
Gets or sets a parameter indicating the color and translucency of the text outline over time.
| |
PixelOffset |
Gets or sets a parameter indicating the pixel offset of the text over time.
| |
Text |
Gets or sets a parameter indicating the value of the text over time.
| |
TextureFilter |
Gets or sets a parameter indicating the TextureFilter2D of the text over time.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |