This is the complete list of members for juce::GlyphArrangement, including all inherited members.
addCurtailedLineOfText(const Font &font, const String &text, float x, float y, float maxWidthPixels, bool useEllipsis) | juce::GlyphArrangement | |
addFittedText(const Font &font, const String &text, float x, float y, float width, float height, Justification layout, int maximumLinesToUse, float minimumHorizontalScale=0.0f) | juce::GlyphArrangement | |
addGlyph(const PositionedGlyph &) | juce::GlyphArrangement | |
addGlyphArrangement(const GlyphArrangement &) | juce::GlyphArrangement | |
addJustifiedText(const Font &font, const String &text, float x, float y, float maxLineWidth, Justification horizontalLayout, float leading=0.0f) | juce::GlyphArrangement | |
addLineOfText(const Font &font, const String &text, float x, float y) | juce::GlyphArrangement | |
addLinesWithLineBreaks(const String &, const Font &, float x, float y, float width, float height, Justification) | juce::GlyphArrangement | private |
begin() const | juce::GlyphArrangement | inline |
clear() | juce::GlyphArrangement | |
createPath(Path &path) const | juce::GlyphArrangement | |
draw(const Graphics &) const | juce::GlyphArrangement | |
draw(const Graphics &, AffineTransform) const | juce::GlyphArrangement | |
drawGlyphUnderline(const Graphics &, const PositionedGlyph &, int, AffineTransform) const | juce::GlyphArrangement | private |
end() const | juce::GlyphArrangement | inline |
findGlyphIndexAt(float x, float y) const | juce::GlyphArrangement | |
fitLineIntoSpace(int start, int numGlyphs, float x, float y, float w, float h, const Font &, Justification, float minimumHorizontalScale) | juce::GlyphArrangement | private |
getBoundingBox(int startIndex, int numGlyphs, bool includeWhitespace) const | juce::GlyphArrangement | |
getGlyph(int index) noexcept | juce::GlyphArrangement | |
getNumGlyphs() const noexcept | juce::GlyphArrangement | inline |
GlyphArrangement() | juce::GlyphArrangement | |
GlyphArrangement(const GlyphArrangement &)=default | juce::GlyphArrangement | |
GlyphArrangement(GlyphArrangement &&)=default | juce::GlyphArrangement | |
glyphs | juce::GlyphArrangement | private |
insertEllipsis(const Font &, float maxXPos, int startIndex, int endIndex) | juce::GlyphArrangement | private |
justifyGlyphs(int startIndex, int numGlyphs, float x, float y, float width, float height, Justification justification) | juce::GlyphArrangement | |
moveRangeOfGlyphs(int startIndex, int numGlyphs, float deltaX, float deltaY) | juce::GlyphArrangement | |
operator=(const GlyphArrangement &)=default | juce::GlyphArrangement | |
operator=(GlyphArrangement &&)=default | juce::GlyphArrangement | |
removeRangeOfGlyphs(int startIndex, int numGlyphs) | juce::GlyphArrangement | |
splitLines(const String &, Font, int start, float x, float y, float w, float h, int maxLines, float lineWidth, Justification, float minimumHorizontalScale) | juce::GlyphArrangement | private |
spreadOutLine(int start, int numGlyphs, float targetWidth) | juce::GlyphArrangement | private |
stretchRangeOfGlyphs(int startIndex, int numGlyphs, float horizontalScaleFactor) | juce::GlyphArrangement | |
~GlyphArrangement()=default | juce::GlyphArrangement |