#include <SpriteFont.h>
◆ FontMap
◆ Glyph
◆ Key
◆ SpriteFont() [1/3]
SpriteFont::SpriteFont |
( |
| ) |
|
|
delete |
◆ SpriteFont() [2/3]
SpriteFont::SpriteFont |
( |
std::string |
name | ) |
|
◆ ~SpriteFont()
SpriteFont::~SpriteFont |
( |
| ) |
|
◆ SpriteFont() [3/3]
◆ ElementTextToInt()
void SpriteFont::ElementTextToInt |
( |
IXmlReader * |
pReader, |
|
|
int & |
out |
|
) |
| |
|
private |
◆ GetGlyph()
Gets the Glyph for a given character in the font.
Haru, 3/19/2023.
- Parameters
-
- Returns
- A pointer to a KSprite Glyph for the character, nullptr for newlines, or a '@' Glyph if no corresponding Glyph exists.
◆ operator=()
◆ XMLtoCollection()
void SpriteFont::XMLtoCollection |
( |
std::string |
filename | ) |
|
|
private |
◆ m_fontmap
◆ m_name
std::string SpriteFont::m_name |
|
private |
◆ p_tex
Texture* SpriteFont::p_tex |
|
private |
The documentation for this class was generated from the following files: