|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
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. | |
| Point< float > | anchor |
| The glyph's anchor point - this is relative to the line's origin. | |
| float | width |
A positioned glyph.
Definition at line 144 of file juce_TextLayout.h.
Definition at line 34 of file juce_TextLayout.cpp.
The glyph's anchor point - this is relative to the line's origin.
Definition at line 155 of file juce_TextLayout.h.
| int juce::TextLayout::Glyph::glyphCode |
The code number of this glyph.
Definition at line 150 of file juce_TextLayout.h.
| float juce::TextLayout::Glyph::width |
Definition at line 157 of file juce_TextLayout.h.