#include <PkFont.h>
Public Member Functions | |
PkRasterdata (Byte opcode, const Byte *rasterdata, unsigned int len, unsigned int w, unsigned int h) | |
Creates a Rasterdata object representing the provided data. | |
const Byte * | bitmap () |
Returns the bitmap corresponding to the input rasterdata. | |
Static Public Member Functions | |
verbosities | verbosity (const verbosities level) |
Sets the verbosity of this module. |
|
Creates a Rasterdata object representing the provided data. The raster data read from the PK file needs to be decoded into a bitmap, and this is the function of this class.
|
|
Returns the bitmap corresponding to the input rasterdata.
|
|
Sets the verbosity of this module.
|