U3D
Open-source, cross-platform 2D and 3D game engine built in C++
Loading...
Searching...
No Matches
Urho3D::GlyphLocation Struct Reference

#include </var/dev/u3d/stable/Source/Urho3D/UI/Text.h>

Collaboration diagram for Urho3D::GlyphLocation:
[legend]

Public Member Functions

 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: