18 #ifndef EQUTIL_BITMAPFONT_H
19 #define EQUTIL_BITMAPFONT_H
21 #include <eq/util/types.h>
22 #include <eq/client/api.h>
23 #include <eq/client/windowSystem.h>
24 #include <lunchbox/types.h>
74 EQ_API
bool init(
const WindowSystem ws,
const std::string& name,
75 const uint32_t size = 12 );
84 EQ_API
void draw(
const std::string& text )
const;
92 #endif // EQUTIL_BITMAPFONT_H
~BitmapFont()
Destruct this bitmap font.
util::BitmapFont< const void * > BitmapFont
The bitmap font used in the client library.
BitmapFont(ObjectManager< OMT > &gl, const OMT &key)
Construct a new bitmap font.
bool init(const WindowSystem ws, const std::string &name, const uint32_t size=12)
Initialize this bitmap font.
void draw(const std::string &text) const
Draw text on the current raster position.
void exit()
De-initialize this bitmap font.