#include <charBitmap.h>
Public Types | |
typedef pvector< char > | Row |
typedef pvector< Row > | Block |
Public Member Functions | |
CharBitmap (int character, int width, int height, int hoff, int voff, double dx, double dy) | |
bool | paint (bool black, int num_pixels, int &repeat) |
INLINE int | get_width () const |
INLINE int | get_height () const |
Public Attributes | |
int | _character |
int | _hoff |
int | _voff |
double | _dx |
double | _dy |
Block | _block |
unsigned int | _x |
unsigned int | _y |
|
Definition at line 36 of file charBitmap.h. |
|
Definition at line 35 of file charBitmap.h. Referenced by CharBitmap(). |
|
Definition at line 30 of file charBitmap.cxx. References _block, _character, _dx, _dy, _hoff, _voff, _x, _y, height, Row, width, and y. |
|
Referenced by EggMakeFont::copy_character(), SortCharBitmap::operator()(), and CharLayout::place_character(). |
|
Referenced by EggMakeFont::copy_character(), and CharLayout::place_character(). |
|
Definition at line 55 of file charBitmap.cxx. References _block, _x, _y, and nassertr. Referenced by PkFontFile::do_character(). |
|
Definition at line 50 of file charBitmap.h. Referenced by CharBitmap(), EggMakeFont::copy_character(), PkFontFile::do_character(), and paint(). |
|
Definition at line 46 of file charBitmap.h. Referenced by CharBitmap(), EggMakeFont::consider_scale_factor(), and EggMakeFont::copy_character(). |
|
Definition at line 48 of file charBitmap.h. Referenced by CharBitmap(), and EggMakeFont::copy_character(). |
|
Definition at line 48 of file charBitmap.h. Referenced by CharBitmap(), and EggMakeFont::copy_character(). |
|
Definition at line 47 of file charBitmap.h. Referenced by CharBitmap(), and EggMakeFont::copy_character(). |
|
Definition at line 47 of file charBitmap.h. Referenced by CharBitmap(), and EggMakeFont::copy_character(). |
|
Definition at line 51 of file charBitmap.h. Referenced by CharBitmap(), and paint(). |
|
Definition at line 51 of file charBitmap.h. Referenced by CharBitmap(), and paint(). |