FbTk::XFontImp Class Referenceregular X font implementation for FbTk
More...
#include <XFontImp.hh>
Inheritance diagram for FbTk::XFontImp:
List of all members.
|
Public Member Functions |
|
| XFontImp (const char *filename=0) |
|
bool | load (const std::string &filename) |
|
unsigned int | textWidth (const char *const text, unsigned int size) const |
|
unsigned int | height () const |
|
float | angle () const |
|
int | ascent () const |
|
int | descent () const |
|
void | drawText (Drawable w, int screen, GC gc, const char *text, size_t len, int x, int y) const |
|
bool | loaded () const |
|
void | rotate (float angle) |
|
void | setRotate (bool val) |
| | enable/disable rotation witout alloc/dealloc rotfont structures
|
Detailed Description
regular X font implementation for FbTk
Definition at line 34 of file XFontImp.hh. The documentation for this class was generated from the following files:
Fluxbox CVS-Jan-2003
|
|
|