#include <glyph_source.hpp>
Class to specify the source for a glyph.
Definition at line 34 of file glyph_source.hpp.
◆ GlyphSource() [1/3]
fastuidraw::GlyphSource::GlyphSource |
( |
void |
| ) |
|
|
inline |
◆ GlyphSource() [2/3]
fastuidraw::GlyphSource::GlyphSource |
( |
const FontBase * |
f, |
|
|
uint32_t |
g |
|
) |
| |
|
inline |
◆ GlyphSource() [3/3]
fastuidraw::GlyphSource::GlyphSource |
( |
uint32_t |
g, |
|
|
const FontBase * |
f |
|
) |
| |
|
inline |
◆ operator<()
bool fastuidraw::GlyphSource::operator< |
( |
const GlyphSource & |
rhs | ) |
const |
|
inline |
Comparison operator
- Parameters
-
rhs | value to compare against |
Definition at line 72 of file glyph_source.hpp.
◆ m_font
const FontBase* fastuidraw::GlyphSource::m_font |
◆ m_glyph_code
uint32_t fastuidraw::GlyphSource::m_glyph_code |
The documentation for this class was generated from the following file: