A positioned glyph. More...
Public Member Functions | |
Glyph (int glyphCode, Point< float > anchor, float width) noexcept | |
Public Attributes | |
int | glyphCode |
The code number of this glyph. | |
Point< float > | anchor |
The glyph's anchor point - this is relative to the line's origin. | |
float | width |
A positioned glyph.
|
noexcept |
int TextLayout::Glyph::glyphCode |
The code number of this glyph.
Referenced by Glyph().
Point<float> TextLayout::Glyph::anchor |
The glyph's anchor point - this is relative to the line's origin.
Referenced by Glyph().
float TextLayout::Glyph::width |
Referenced by Glyph().