|
openshot-audio
0.1.7
|
#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 |
| TextLayout::Run::Run | ( | const Run & | other | ) |
| TextLayout::Run::Run | ( | Range< int > | stringRange, |
| int | numGlyphsToPreallocate | ||
| ) |
|
noexcept |
| Colour TextLayout::Run::colour |
The run's colour.
| Font TextLayout::Run::font |
The run's font.
| Range<int> TextLayout::Run::stringRange |
The character range that this run represents in the original string that was used to create it.
1.8.13