Public Member Functions | |
FontGlyph (Chunk &chunk, uint asciiCode, uint unk1, uint unk2, BitmapHeader *header) | |
![]() | |
Bitmap (Chunk &chunk, BitmapHeader *bitmapHeader) | |
bool | isCompressed () const |
BitmapCompressionType | getCompressionType () const |
int16 | width () const |
int16 | height () const |
int16 | stride () const |
Public Attributes | |
uint | _asciiCode = 0 |
![]() | |
Common::SeekableReadStream * | _compressedStream = nullptr |
Graphics::ManagedSurface | _image |