Public Member Functions | |
| CBitmappedFontChar (void) | |
| ~CBitmappedFontChar (void) | |
| void | SetBit (int x, int y) |
| void | Draw (SSurface *surface, int x, int y, unsigned int colour) |
| int | GetWidth (void) |
| int | GetHeight (void) |
Public Attributes | |
| unsigned char | ascii |
| ASCII code for this character. | |
| int | start |
| int | end |
| Start/end column in RAW image data. | |
| int | w |
| int | h |
| Character width/height in pixels. | |
| vector< SFontCharBit * > | bits |
| Vector of set bits in the character. | |
Definition at line 40 of file Fonts.cpp.
|
|
|
|
|
Definition at line 64 of file Fonts.cpp. References bits. |
|
||||||||||||||||||||
|
Definition at line 81 of file Fonts.cpp. References bits, DrawDot(), SFontCharBit::x, and SFontCharBit::y. Referenced by DrawChar(), and DrawText(). |
|
|
Definition at line 91 of file Fonts.cpp. References h. |
|
|
Definition at line 90 of file Fonts.cpp. References w. Referenced by DrawText(). |
|
||||||||||||
|
Definition at line 73 of file Fonts.cpp. References bits, SFontCharBit::x, and SFontCharBit::y. Referenced by CBitmappedFont::LoadRaw(). |
|
|
Definition at line 51 of file Fonts.cpp. Referenced by CBitmappedFontChar(), and CBitmappedFont::LoadRaw(). |
|
|
Definition at line 54 of file Fonts.cpp. Referenced by Draw(), SetBit(), and ~CBitmappedFontChar(). |
|
|
Definition at line 52 of file Fonts.cpp. Referenced by CBitmappedFontChar(), and CBitmappedFont::LoadRaw(). |
|
|
Definition at line 53 of file Fonts.cpp. Referenced by CBitmappedFontChar(), CBitmappedFont::CharHeight(), GetHeight(), and CBitmappedFont::LoadRaw(). |
|
|
Definition at line 52 of file Fonts.cpp. Referenced by CBitmappedFontChar(), and CBitmappedFont::LoadRaw(). |
|
|
Definition at line 53 of file Fonts.cpp. Referenced by CBitmappedFontChar(), CBitmappedFont::CharWidth(), GetWidth(), and CBitmappedFont::LoadRaw(). |
|
|
Documentation generated by
|