Urho3D
Public Member Functions | Public Attributes | List of all members
Urho3D::GlyphLocation Struct Reference

Glyph and its location within the text. Used when preparing text rendering. More...

#include </home/runner/work/rurho3d.github.io/rurho3d.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 FontGlyphglyph_
 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: