openshot-audio
0.1.6
|
#include <juce_graphics.h>
Public Member Functions | |
Run () noexcept | |
Run (const Run &) | |
Run (Range< int > stringRange, int numGlyphsToPreallocate) | |
~Run () noexcept | |
Public Attributes | |
Font | font |
Colour | colour |
Array< Glyph > | glyphs |
Range< int > | stringRange |
A sequence of glyphs with a common font and colour.
|
noexcept |
TextLayout::Run::Run | ( | Range< int > | stringRange, |
int | numGlyphsToPreallocate | ||
) |
|
noexcept |
Colour juce::TextLayout::Run::colour |
The run's colour.
Font juce::TextLayout::Run::font |
The run's font.
Range<int> juce::TextLayout::Run::stringRange |
The character range that this run represents in the original string that was used to create it.