|
LMMS
|
#include <juce_TextLayout.h>
Public Member Functions | |
| Run ()=default | |
| Run (Range< int > stringRange, int numGlyphsToPreallocate) | |
| Range< float > | getRunBoundsX () const noexcept |
Public Attributes | |
| Font | font |
| Colour | colour { 0xff000000 } |
| Array< Glyph > | glyphs |
| Range< int > | stringRange |
A sequence of glyphs with a common font and colour.
|
default |
|
noexcept |
Returns the X position range which contains all the glyphs in this run.
| Colour juce::TextLayout::Run::colour { 0xff000000 } |
The run's colour.
| Font juce::TextLayout::Run::font |
The run's font.
The character range that this run represents in the original string that was used to create it.