append(const String &textToAppend) | juce::AttributedString | |
append(const String &textToAppend, const Font &font) | juce::AttributedString | |
append(const String &textToAppend, Colour colour) | juce::AttributedString | |
append(const String &textToAppend, const Font &font, Colour colour) | juce::AttributedString | |
append(const AttributedString &other) | juce::AttributedString | |
AttributedString()=default | juce::AttributedString | |
AttributedString(const String &newString) | juce::AttributedString | inlineexplicit |
AttributedString(const AttributedString &)=default | juce::AttributedString | |
AttributedString(AttributedString &&) noexcept=default | juce::AttributedString | |
attributes | juce::AttributedString | private |
byChar enum value | juce::AttributedString | |
byWord enum value | juce::AttributedString | |
clear() | juce::AttributedString | |
draw(Graphics &g, const Rectangle< float > &area) const | juce::AttributedString | |
getAttribute(int index) const noexcept | juce::AttributedString | inline |
getJustification() const noexcept | juce::AttributedString | inline |
getLineSpacing() const noexcept | juce::AttributedString | inline |
getNumAttributes() const noexcept | juce::AttributedString | inline |
getReadingDirection() const noexcept | juce::AttributedString | inline |
getText() const noexcept | juce::AttributedString | inline |
getWordWrap() const noexcept | juce::AttributedString | inline |
justification | juce::AttributedString | private |
leftToRight enum value | juce::AttributedString | |
lineSpacing | juce::AttributedString | private |
natural enum value | juce::AttributedString | |
none enum value | juce::AttributedString | |
operator=(const AttributedString &)=default | juce::AttributedString | |
operator=(AttributedString &&) noexcept=default | juce::AttributedString | |
readingDirection | juce::AttributedString | private |
ReadingDirection enum name | juce::AttributedString | |
rightToLeft enum value | juce::AttributedString | |
setColour(Range< int > range, Colour colour) | juce::AttributedString | |
setColour(Colour colour) | juce::AttributedString | |
setFont(Range< int > range, const Font &font) | juce::AttributedString | |
setFont(const Font &font) | juce::AttributedString | |
setJustification(Justification newJustification) noexcept | juce::AttributedString | |
setLineSpacing(float newLineSpacing) noexcept | juce::AttributedString | |
setReadingDirection(ReadingDirection newReadingDirection) noexcept | juce::AttributedString | |
setText(const String &newText) | juce::AttributedString | |
setWordWrap(WordWrap newWordWrap) noexcept | juce::AttributedString | |
text | juce::AttributedString | private |
WordWrap enum name | juce::AttributedString | |
wordWrap | juce::AttributedString | private |