#include <RE_OGLFontCache.h>
Public Member Functions | |
| RE_OGLFontCache () | |
| ~RE_OGLFontCache () | |
| RE_OGLFont * | getFont (const char *name, float size) |
| RE_OGLFont * | getViewportFont (const char *name, float size) |
| void | setDefaultFont (const char *name, float size) |
| const UT_String & | getDefaultFontName () const |
| float | getDefaultFontSize () const |
| void | loadFontCaches (RE_Render *r) |
Definition at line 32 of file RE_OGLFontCache.h.
| RE_OGLFontCache::RE_OGLFontCache | ( | ) |
| RE_OGLFontCache::~RE_OGLFontCache | ( | ) |
| const UT_String& RE_OGLFontCache::getDefaultFontName | ( | ) | const [inline] |
Definition at line 46 of file RE_OGLFontCache.h.
| float RE_OGLFontCache::getDefaultFontSize | ( | ) | const [inline] |
Definition at line 47 of file RE_OGLFontCache.h.
| RE_OGLFont* RE_OGLFontCache::getFont | ( | const char * | name, | |
| float | size | |||
| ) |
| RE_OGLFont* RE_OGLFontCache::getViewportFont | ( | const char * | name, | |
| float | size | |||
| ) |
| void RE_OGLFontCache::loadFontCaches | ( | RE_Render * | r | ) |
| void RE_OGLFontCache::setDefaultFont | ( | const char * | name, | |
| float | size | |||
| ) | [inline] |
Definition at line 40 of file RE_OGLFontCache.h.
1.5.9