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