FbTk::FontImp Class Reference#include <FontImp.hh>
Inheritance diagram for FbTk::FontImp:
List of all members.
|
Public Member Functions |
|
virtual bool | load (const std::string &name)=0 |
|
virtual void | drawText (Drawable w, int screen, GC gc, const char *text, size_t len, int x, int y) const =0 |
|
virtual unsigned int | textWidth (const char *const text, unsigned int size) const =0 |
|
virtual int | ascent () const =0 |
|
virtual int | descent () const =0 |
|
virtual unsigned int | height () const =0 |
|
virtual bool | loaded () const =0 |
|
virtual void | rotate (float angle) |
Detailed Description
FontImp, second part of the bridge pattern for fonts pure interface class. - See also:
- Font
Definition at line 40 of file FontImp.hh. The documentation for this class was generated from the following file:
Fluxbox CVS-Jan-2003
|
|
|