|
JUCE
|
A sequence of glyphs with a common font and colour. More...
Public Member Functions | |
| Run () noexcept | |
| Run (const Run &) | |
| Run (Range< int > stringRange, int numGlyphsToPreallocate) | |
| ~Run () noexcept | |
| Range< float > | getRunBoundsX () const noexcept |
| Returns the X position range which contains all the glyphs in this run. More... | |
Public Attributes | |
| Font | font |
| The run's font. More... | |
| Colour | colour |
| The run's colour. More... | |
| Array< Glyph > | glyphs |
| The glyphs in this run. More... | |
| Range< int > | stringRange |
| The character range that this run represents in the original string that was used to create it. More... | |
A sequence of glyphs with a common font and colour.
|
noexcept |
| TextLayout::Run::Run | ( | const Run & | ) |
|
noexcept |
|
noexcept |
Returns the X position range which contains all the glyphs in this run.
| Font TextLayout::Run::font |
The run's font.
| Colour TextLayout::Run::colour |
The run's colour.
The character range that this run represents in the original string that was used to create it.
1.8.13