Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
This unit contains the TAdFont class, which draws the font and the TAdTypeSetter class, which sets the text.
Name | Description |
---|---|
Class TAdTypeSetter |
Abstract class that represents a type setter for Andorra 2D bitmap fonts. |
Class TAdSimpleTypeSetter |
TAdSimpleTypeSetter is the standard type setter of Andorra 2D. |
Class TAdFont |
TAdFont is the base class that copes with text output. |
TAdFontDrawMode = (...); |
TAdFontDrawModes = set of TAdFontDrawMode; |
TAdTypeSetterClass = class of TAdTypeSetter; |
PAdFont = ˆTAdFont; |
TAdFontDrawModes = set of TAdFontDrawMode; |
A set of the draw type, used by TAdFont.FontOutEx |
TAdTypeSetterClass = class of TAdTypeSetter; |
A class of TAdTypeSetter. |
PAdFont = ˆTAdFont; |
Pointer on TAdFont. |