JUCE
|
This is the complete list of members for GlyphArrangement, including all inherited members.
addCurtailedLineOfText(const Font &font, const String &text, float x, float y, float maxWidthPixels, bool useEllipsis) | GlyphArrangement | |
addFittedText(const Font &font, const String &text, float x, float y, float width, float height, Justification layout, int maximumLinesToUse, float minimumHorizontalScale=0.0f) | GlyphArrangement | |
addGlyph(const PositionedGlyph &) | GlyphArrangement | |
addGlyphArrangement(const GlyphArrangement &) | GlyphArrangement | |
addJustifiedText(const Font &font, const String &text, float x, float y, float maxLineWidth, Justification horizontalLayout, float leading=0.0f) | GlyphArrangement | |
addLineOfText(const Font &font, const String &text, float x, float y) | GlyphArrangement | |
begin() const | GlyphArrangement | |
clear() | GlyphArrangement | |
createPath(Path &path) const | GlyphArrangement | |
draw(const Graphics &) const | GlyphArrangement | |
draw(const Graphics &, AffineTransform) const | GlyphArrangement | |
end() const | GlyphArrangement | |
findGlyphIndexAt(float x, float y) const | GlyphArrangement | |
getBoundingBox(int startIndex, int numGlyphs, bool includeWhitespace) const | GlyphArrangement | |
getGlyph(int index) noexcept | GlyphArrangement | |
getNumGlyphs() const noexcept | GlyphArrangement | |
GlyphArrangement() | GlyphArrangement | |
GlyphArrangement(const GlyphArrangement &)=default | GlyphArrangement | |
GlyphArrangement(GlyphArrangement &&)=default | GlyphArrangement | |
justifyGlyphs(int startIndex, int numGlyphs, float x, float y, float width, float height, Justification justification) | GlyphArrangement | |
moveRangeOfGlyphs(int startIndex, int numGlyphs, float deltaX, float deltaY) | GlyphArrangement | |
operator=(const GlyphArrangement &)=default | GlyphArrangement | |
operator=(GlyphArrangement &&)=default | GlyphArrangement | |
removeRangeOfGlyphs(int startIndex, int numGlyphs) | GlyphArrangement | |
stretchRangeOfGlyphs(int startIndex, int numGlyphs, float horizontalScaleFactor) | GlyphArrangement | |
~GlyphArrangement()=default | GlyphArrangement |