JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::AttributedString Member List

This is the complete list of members for juce::AttributedString, including all inherited members.

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()=defaultjuce::AttributedString
AttributedString(const String &newString)juce::AttributedStringinlineexplicit
AttributedString(const AttributedString &)=defaultjuce::AttributedString
AttributedString(AttributedString &&) noexcept=defaultjuce::AttributedString
attributesjuce::AttributedStringprivate
byChar enum valuejuce::AttributedString
byWord enum valuejuce::AttributedString
clear()juce::AttributedString
draw(Graphics &g, const Rectangle< float > &area) constjuce::AttributedString
getAttribute(int index) const noexceptjuce::AttributedStringinline
getJustification() const noexceptjuce::AttributedStringinline
getLineSpacing() const noexceptjuce::AttributedStringinline
getNumAttributes() const noexceptjuce::AttributedStringinline
getReadingDirection() const noexceptjuce::AttributedStringinline
getText() const noexceptjuce::AttributedStringinline
getWordWrap() const noexceptjuce::AttributedStringinline
justificationjuce::AttributedStringprivate
leftToRight enum valuejuce::AttributedString
lineSpacingjuce::AttributedStringprivate
natural enum valuejuce::AttributedString
none enum valuejuce::AttributedString
operator=(const AttributedString &)=defaultjuce::AttributedString
operator=(AttributedString &&) noexcept=defaultjuce::AttributedString
readingDirectionjuce::AttributedStringprivate
ReadingDirection enum namejuce::AttributedString
rightToLeft enum valuejuce::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) noexceptjuce::AttributedString
setLineSpacing(float newLineSpacing) noexceptjuce::AttributedString
setReadingDirection(ReadingDirection newReadingDirection) noexceptjuce::AttributedString
setText(const String &newText)juce::AttributedString
setWordWrap(WordWrap newWordWrap) noexceptjuce::AttributedString
textjuce::AttributedStringprivate
WordWrap enum namejuce::AttributedString
wordWrapjuce::AttributedStringprivate