#include <font_bitmap.h>
Inheritance diagram for CL_Font_Bitmap:


Public Methods | |
| CL_Font_Bitmap (CL_Font_Description *font_desc) | |
| virtual | ~CL_Font_Bitmap () |
| virtual int | get_height () |
| virtual int | get_text_width (const char *text) |
| virtual int | get_char_width (const char character) |
| virtual void | print_left (int x, int y, const char *text, int n_height=1) |
| virtual void | print_left (int x, int y, float scale_x, float scale_y, const char *text) |
| virtual void | print_center (int x, int y, const char *text) |
| virtual void | print_right (int x, int y, const char *text) |
| virtual void | put_target (int x, int y, const char *text, CL_Target *target, int alignment) |
| virtual int | change_size (int size) |
| unsigned int | change_colour (unsigned char r, unsigned char g, unsigned char b, unsigned char a) |
Protected Attributes | |
| CL_Surface* | chars [256] |
| int | space_len |
| int | subtract_width |
| int | height |
|
|
|
|
|
|
|
|
Reimplemented from CL_Font_Generic. Definition at line 51 of file font_bitmap.h. |
|
|
Reimplemented from CL_Font_Generic. Definition at line 50 of file font_bitmap.h. |
|
|
Reimplemented from CL_Font_Generic. |
|
|
Reimplemented from CL_Font_Generic. |
|
|
Reimplemented from CL_Font_Generic. |
|
|
Reimplemented from CL_Font_Generic. |
|
|
Reimplemented from CL_Font_Generic. |
|
|
Reimplemented from CL_Font_Generic. |
|
|
Reimplemented from CL_Font_Generic. |
|
|
Reimplemented from CL_Font_Generic. |
|
|
Definition at line 30 of file font_bitmap.h. |
|
|
Definition at line 33 of file font_bitmap.h. |
|
|
Definition at line 31 of file font_bitmap.h. |
|
|
Definition at line 32 of file font_bitmap.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001