A positioned glyph. More...
#include <juce_TextLayout.h>
Public Member Functions | |
Glyph (int glyphCode, Point< float > anchor, float width) noexcept | |
Glyph (const Glyph &) noexcept | |
~Glyph () noexcept | |
Glyph & | operator= (const Glyph &) 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.
|
noexcept |
|
noexcept |
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 |