Documentation
Urho3D::GlyphLocation Struct Reference
Glyph and its location within the text. Used when preparing text rendering. More...
#include <Text.h>
Collaboration diagram for Urho3D::GlyphLocation:
Public Member Functions | |
GlyphLocation (int x, int y, const FontGlyph *glyph) | |
Public Attributes | |
int | x_ |
X coordinate. | |
int | y_ |
Y coordinate. | |
const FontGlyph * | glyph_ |
Glyph. | |
Detailed Description
Glyph and its location within the text. Used when preparing text rendering.
The documentation for this struct was generated from the following file:
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/UI/Text.h