|
Euphoria
|
Public Member Functions | |
| DrawableFont (const MemoryChunk &font_file) | |
| void | draw_background (SpriteBatch *renderer, float alpha, const Rect &where) const |
| ListOfTextDrawCommands | compile_list (const std::string &text, float size) const |
Public Attributes | |
| float | line_height = 1 |
| std::unique_ptr< Texture2d > | texture |
| CharToGlyphMap | char_to_glyph |
| core::KerningMap | kernings |
| std::map< std::string, int > | private_use_aliases |
|
explicit |
| ListOfTextDrawCommands eu::render::DrawableFont::compile_list | ( | const std::string & | text, |
| float | size | ||
| ) | const |
| void eu::render::DrawableFont::draw_background | ( | SpriteBatch * | renderer, |
| float | alpha, | ||
| const Rect & | where | ||
| ) | const |
| CharToGlyphMap eu::render::DrawableFont::char_to_glyph |
| core::KerningMap eu::render::DrawableFont::kernings |
| std::map<std::string, int> eu::render::DrawableFont::private_use_aliases |