.TH "PkRasterdata" 3 "Mon Jan 12 2015" "Version dvi2bitmap1.0" "dvi2bitmap" \" -*- nroff -*- .ad l .nh .SH NAME PkRasterdata \- .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBPkRasterdata\fP (\fBByte\fP opcode, const \fBByte\fP *rasterdata, unsigned int len, unsigned int w, unsigned int h)" .br .RI "\fICreates a Rasterdata object representing the provided data\&. \fP" .ti -1c .RI "const \fBByte\fP * \fBbitmap\fP ()" .br .RI "\fIReturns the bitmap corresponding to the input rasterdata\&. \fP" .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static \fBverbosities\fP \fBverbosity\fP (const \fBverbosities\fP level)" .br .RI "\fISets the verbosity of this module\&. \fP" .in -1c .SH "Constructor & Destructor Documentation" .PP .SS "PkRasterdata::PkRasterdata (\fBByte\fPopcode, const \fBByte\fP *rasterdata, unsigned intlen, unsigned intw, unsigned inth)" .PP 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\&. .PP \fBParameters:\fP .RS 4 \fIopcode\fP the character code of this glyph .br \fIrasterdata\fP the rastered glyph, in the format described in the PK file documentation .br \fIlen\fP the number of bytes in the rasterdata stream .br \fIw\fP the width of the resulting bitmap .br \fIh\fP the number of rows in the resulting bitmap .RE .PP .SH "Member Function Documentation" .PP .SS "const \fBByte\fP* PkRasterdata::bitmap ()\fC [inline]\fP" .PP Returns the bitmap corresponding to the input rasterdata\&. .PP \fBReturns:\fP .RS 4 the bitmap, as an array of size \fC[0\&.\&.w-1][0\&.\&.h-1]\fP .RE .PP .PP Referenced by PkGlyph::bitmap()\&. .SS "static \fBverbosities\fP PkRasterdata::verbosity (const \fBverbosities\fPlevel)\fC [inline]\fP, \fC [static]\fP" .PP Sets the verbosity of this module\&. .PP \fBParameters:\fP .RS 4 \fIlevel\fP the required verbosity .RE .PP \fBReturns:\fP .RS 4 the previous verbosity level .RE .PP .PP Referenced by main()\&. .SH "Author" .PP Generated automatically by Doxygen for dvi2bitmap from the source code\&.