A positioned glyph. More...
#include <juce_TextLayout.h>

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