Storage for a bitmap font.
More...
#include <Font.h>
Storage for a bitmap font.
Loaded by CFontManager.
◆ CFont()
◆ CalculateStringSize()
void CFont::CalculateStringSize |
( |
const wchar_t * |
string, |
|
|
int & |
w, |
|
|
int & |
h |
|
) |
| const |
◆ GetCharacterWidth()
int CFont::GetCharacterWidth |
( |
wchar_t |
c | ) |
const |
◆ GetGlyphBounds()
void CFont::GetGlyphBounds |
( |
float & |
x0, |
|
|
float & |
y0, |
|
|
float & |
x1, |
|
|
float & |
y1 |
|
) |
| const |
|
inline |
◆ GetGlyphs()
const GlyphMap & CFont::GetGlyphs |
( |
| ) |
const |
|
inline |
◆ GetHeight()
int CFont::GetHeight |
( |
| ) |
const |
|
inline |
◆ GetLineSpacing()
int CFont::GetLineSpacing |
( |
| ) |
const |
|
inline |
◆ GetTexture()
◆ HasRGB()
bool CFont::HasRGB |
( |
| ) |
const |
|
inline |
◆ CFontManager
◆ m_BoundsX0
◆ m_BoundsX1
◆ m_BoundsY0
◆ m_BoundsY1
◆ m_Glyphs
◆ m_HasRGB
◆ m_Height
◆ m_LineSpacing
◆ m_Texture
The documentation for this class was generated from the following files:
- /home/docker/jenkins/workspace/technical-docs/source/graphics/Font.h
- /home/docker/jenkins/workspace/technical-docs/source/graphics/Font.cpp