This is the complete list of members for TextLayout, including all inherited members.
addLine(Line *) | TextLayout | |
createLayout(const AttributedString &, float maxWidth) | TextLayout | |
createLayout(const AttributedString &, float maxWidth, float maxHeight) | TextLayout | |
createLayoutWithBalancedLineLengths(const AttributedString &, float maxWidth) | TextLayout | |
createLayoutWithBalancedLineLengths(const AttributedString &, float maxWidth, float maxHeight) | TextLayout | |
createNativeLayout(const AttributedString &) | TextLayout | private |
createStandardLayout(const AttributedString &) | TextLayout | private |
draw(Graphics &, Rectangle< float > area) const | TextLayout | |
ensureStorageAllocated(int numLinesNeeded) | TextLayout | |
getHeight() const noexcept | TextLayout | inline |
getLine(int index) const | TextLayout | |
getNumLines() const noexcept | TextLayout | inline |
getWidth() const noexcept | TextLayout | inline |
height | TextLayout | private |
justification | TextLayout | private |
lines | TextLayout | private |
operator=(const TextLayout &) | TextLayout | |
operator=(TextLayout &&) noexcept | TextLayout | |
recalculateSize() | TextLayout | private |
TextLayout() | TextLayout | |
TextLayout(const TextLayout &) | TextLayout | |
TextLayout(TextLayout &&) noexcept | TextLayout | |
width | TextLayout | private |
~TextLayout() | TextLayout |