|
Urho3D
|
Glyph and its location within the text. Used when preparing text rendering. More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/UI/Text.h>
Public Member Functions | |
| GlyphLocation ()=default | |
| Fields are not initialized. | |
| GlyphLocation (float x, float y, const FontGlyph *glyph) | |
| Construct. | |
Public Attributes | |
| float | x_ |
| X coordinate. | |
| float | y_ |
| Y coordinate. | |
| const FontGlyph * | glyph_ |
| Glyph. | |
Glyph and its location within the text. Used when preparing text rendering.