|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Public Member Functions | |
| Token (const String &t, const Font &f, Colour c, bool whitespace) | |
| Token & | operator= (const Token &)=delete |
Public Attributes | |
| const String | text |
| const Font | font |
| const Colour | colour |
| Rectangle< float > | area |
| int | line |
| float | lineHeight |
| const bool | isWhitespace |
| const bool | isNewLine |
Definition at line 304 of file juce_TextLayout.cpp.
| juce::TextLayoutHelpers::Token::Token | ( | const String & | t, |
| const Font & | f, | ||
| Colour | c, | ||
| bool | whitespace | ||
| ) |
Definition at line 306 of file juce_TextLayout.cpp.
Definition at line 316 of file juce_TextLayout.cpp.
Definition at line 315 of file juce_TextLayout.cpp.
Definition at line 314 of file juce_TextLayout.cpp.
Definition at line 319 of file juce_TextLayout.cpp.
Definition at line 319 of file juce_TextLayout.cpp.
| int juce::TextLayoutHelpers::Token::line |
Definition at line 317 of file juce_TextLayout.cpp.
| float juce::TextLayoutHelpers::Token::lineHeight |
Definition at line 318 of file juce_TextLayout.cpp.
Definition at line 313 of file juce_TextLayout.cpp.