Represents a Font object as it exists in the font-cache.
More...
#include <FontCache.h>
Represents a Font object as it exists in the font-cache.
◆ CachedFont()
CachedFont::CachedFont |
( |
GLuint |
texture_id, |
|
|
GLsizei |
texture_width, |
|
|
GLsizei |
texture_height, |
|
|
unsigned int |
font_size, |
|
|
unsigned int |
font_index |
|
) |
| |
◆ ~CachedFont()
CachedFont::~CachedFont |
( |
| ) |
|
◆ appendGlyph()
◆ getFontIndex()
unsigned int JGL::CachedFont::getFontIndex |
( |
| ) |
const |
◆ getFontSize()
unsigned int JGL::CachedFont::getFontSize |
( |
| ) |
const |
◆ getGlyph()
◆ getGlyphs()
std::unordered_map< char, CachedGlyph * > CachedFont::getGlyphs |
( |
| ) |
|
◆ getTextureHandle()
const GLuint * CachedFont::getTextureHandle |
( |
| ) |
|
◆ getTextureHeight()
GLsizei CachedFont::getTextureHeight |
( |
| ) |
const |
◆ getTextureWidth()
GLsizei CachedFont::getTextureWidth |
( |
| ) |
const |
The documentation for this class was generated from the following files: