The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
dvi2bitmap
dvi2bitmap1.0
|
#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. More... | |
const Byte * | bitmap () |
Returns the bitmap corresponding to the input rasterdata. More... | |
Static Public Member Functions | |
static verbosities | verbosity (const verbosities level) |
Sets the verbosity of this module. More... | |
PkRasterdata::PkRasterdata | ( | Byte | opcode, |
const Byte * | rasterdata, | ||
unsigned int | len, | ||
unsigned int | w, | ||
unsigned int | h | ||
) |
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.
opcode | the character code of this glyph |
rasterdata | the rastered glyph, in the format described in the PK file documentation |
len | the number of bytes in the rasterdata stream |
w | the width of the resulting bitmap |
h | the number of rows in the resulting bitmap |
|
inline |
Returns the bitmap corresponding to the input rasterdata.
[0..w-1][0..h-1]
Referenced by PkGlyph::bitmap().
|
inlinestatic |
Sets the verbosity of this module.
level | the required verbosity |
Referenced by main().
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.