|
My Project
|
Go to the source code of this file.
Classes | |
| struct | Color |
Typedefs | |
| typedef unsigned char | Byte |
Variables | |
| const int | charSetWidth =80 |
| const int | charHeight =12 |
| const int | numChars =96 |
| unsigned short | charPos [numChars] |
| unsigned char | charWidth [numChars] |
| unsigned char | fontRaw [charSetWidth *charHeight] |
| static Color | palette [] |
| static Color | palette2 [] |
| static Color | palette3 [] |
| const int charHeight =12 |
Definition at line 37 of file image.cpp.
Referenced by Image::writeChar().
| unsigned short charPos[numChars] |
Definition at line 40 of file image.cpp.
Referenced by Image::writeChar().
| const int charSetWidth =80 |
Definition at line 36 of file image.cpp.
Referenced by Image::writeChar().
| unsigned char charWidth[numChars] |
Definition at line 56 of file image.cpp.
Referenced by Image::writeChar(), and Image::writeString().
| unsigned char fontRaw[charSetWidth *charHeight] |
Definition at line 73 of file image.cpp.
Referenced by Image::writeChar().
|
static |
|
static |
|
static |
Definition at line 189 of file image.cpp.
Referenced by Image::save().