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, GlyphArrangementOptions options={}) | 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 | |
begin() const | juce::GlyphArrangement | |
clear() | juce::GlyphArrangement | |
createPath(Path &path) const | juce::GlyphArrangement | |
draw(const Graphics &) const | juce::GlyphArrangement | |
draw(const Graphics &, AffineTransform) const | juce::GlyphArrangement | |
end() const | juce::GlyphArrangement | |
findGlyphIndexAt(float x, float y) const | juce::GlyphArrangement | |
getBoundingBox(int startIndex, int numGlyphs, bool includeWhitespace) const | juce::GlyphArrangement | |
getGlyph(int index) noexcept | juce::GlyphArrangement | |
getNumGlyphs() const noexcept | juce::GlyphArrangement | |
getStringBounds(const Font &font, StringRef text) | juce::GlyphArrangement | static |
getStringWidth(const Font &font, StringRef text) | juce::GlyphArrangement | static |
getStringWidthInt(const Font &font, StringRef text) | juce::GlyphArrangement | static |
GlyphArrangement() | juce::GlyphArrangement | |
GlyphArrangement(const GlyphArrangement &)=default | juce::GlyphArrangement | |
GlyphArrangement(GlyphArrangement &&)=default | juce::GlyphArrangement | |
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 | |
Options typedef | juce::GlyphArrangement | |
removeRangeOfGlyphs(int startIndex, int numGlyphs) | juce::GlyphArrangement | |
stretchRangeOfGlyphs(int startIndex, int numGlyphs, float horizontalScaleFactor) | juce::GlyphArrangement | |
~GlyphArrangement()=default | juce::GlyphArrangement |