FastUIDraw
|
#include <glyph_render_data.hpp>
Public Attributes | |
c_string | m_label |
float | m_value |
A GlyphRenderInfo provides rendering const information of a Glyph.
Definition at line 43 of file glyph_render_data.hpp.
c_string fastuidraw::GlyphRenderCostInfo::m_label |
Label of the value; the string is NOT owned by the GlyphRenderInfo (it is expected that the c_string is build-time constant string).
Definition at line 56 of file glyph_render_data.hpp.
float fastuidraw::GlyphRenderCostInfo::m_value |
Value of the information element.
Definition at line 61 of file glyph_render_data.hpp.