openshot-audio
0.1.2
|
#include <juce_TextLayout.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 |
|
noexcept |
Colour TextLayout::Run::colour |
The run's colour.
Font TextLayout::Run::font |
The run's font.
The character range that this run represents in the original string that was used to create it.