Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
csGLFontCache Class Reference
Inheritance diagram for csGLFontCache:

Public Member Functions | |
void | DumpFontCache (csRefArray< iImage > &pages) |
Create images of all the texture pages used for caching. | |
void | FlushText () |
Flush the cached text vertices. | |
void | Setup () |
Read configuration etc. | |
virtual void | WriteString (iFont *font, int pen_x, int pen_y, int fg, int bg, const utf8_char *text, uint flags) |
Draw a string using OpenGL, where the baseline starts at x,y. |
Detailed Description
Definition at line 34 of file glfontcache.h.
Member Function Documentation
|
Create images of all the texture pages used for caching.
|
|
Flush the cached text vertices. The text writer caches some text (and sets some needed states). Before drawing anything else, the text cache has to be flushed (and the states reset). |
|
Read configuration etc.
|
|
Draw a string using OpenGL, where the baseline starts at x,y.
Reimplemented from csFontCache. |
The documentation for this class was generated from the following file:
- csplugincommon/opengl/glfontcache.h
Generated for Crystal Space by doxygen 1.4.4