#include <CSFont.h>
Public Member Functions | |
CSFontData () | |
~CSFontData () | |
Data Fields | |
char * | id |
char * | filename |
of bitmap file | |
int | monospaced |
|
Definition at line 33 of file CSFont.h. References monospaced.
00034 { 00035 id = 0; 00036 filename = 0; 00037 monospaced = 0; 00038 } |
|
Definition at line 40 of file CSFont.h.
|
|
|
|
of bitmap file
|
|
Definition at line 32 of file CSFont.h. Referenced by CSFontData(). |