#import "toolkit.h"


Classes | |
| class | Text |
| struct | Font |
Defines | |
| #define | BLACK makecol(0,0,0) |
| #define | GREY makecol(128,128,128) |
| #define | GREEN makecol(0,255,0) |
| #define | BLUE makecol(0,0,255) |
| #define | RED makecol(255,0,0) |
| #define | YELLOW makecol(255,255,0) |
Enumerations | |
| enum | TextAlignment { AlignLeft, AlignCenter, AlignRight } |
| enum | FontType { AllegroFont, Char16Font, Courier16Font, Helvetica15Font, LucidaSans15Font, LucidaType15Font, LucidaBright15Font, Times15Font, PC8x14Font, PC8x16Font, PC8x8tFont, NumFonts } |
| #define BLACK makecol(0,0,0) |
| #define BLUE makecol(0,0,255) |
| #define GREEN makecol(0,255,0) |
| #define GREY makecol(128,128,128) |
| #define RED makecol(255,0,0) |
| #define YELLOW makecol(255,255,0) |
| enum FontType |
| enum TextAlignment |
1.5.7.1