Specifies how to render a glyph.
More...
#include <glyph_renderer.hpp>
Specifies how to render a glyph.
Definition at line 87 of file glyph_renderer.hpp.
◆ GlyphRenderer() [1/3]
fastuidraw::GlyphRenderer::GlyphRenderer |
( |
int |
pixel_size | ) |
|
|
explicit |
Ctor. Initializes m_type as coverage_glyph
- Parameters
-
pixel_size | value to which to initialize m_pixel_size |
◆ GlyphRenderer() [2/3]
fastuidraw::GlyphRenderer::GlyphRenderer |
( |
enum glyph_type |
t | ) |
|
|
explicit |
Ctor.
- Parameters
-
t | value to which to initialize m_type, value must be so that scalable() returns true |
◆ GlyphRenderer() [3/3]
fastuidraw::GlyphRenderer::GlyphRenderer |
( |
void |
| ) |
|
◆ operator<()
bool fastuidraw::GlyphRenderer::operator< |
( |
const GlyphRenderer & |
rhs | ) |
const |
Comparison operator.
- Parameters
-
rhs | value to which to compare against |
◆ operator==()
bool fastuidraw::GlyphRenderer::operator== |
( |
const GlyphRenderer & |
rhs | ) |
const |
Comparison operator.
- Parameters
-
rhs | value to which to compare against |
◆ scalable()
static bool fastuidraw::GlyphRenderer::scalable |
( |
enum glyph_type |
tp | ) |
|
|
static |
◆ valid()
bool fastuidraw::GlyphRenderer::valid |
( |
void |
| ) |
const |
Returns true if and only if this GlyphRenderer is valid to specify how to render a glyph.
◆ m_pixel_size
int fastuidraw::GlyphRenderer::m_pixel_size |
◆ m_type
The documentation for this class was generated from the following file: