|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
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 | |
| begin() const (defined in juce::GlyphArrangement) | 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 (defined in juce::GlyphArrangement) | 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 | |
| GlyphArrangement() | juce::GlyphArrangement | |
| GlyphArrangement(const GlyphArrangement &)=default (defined in juce::GlyphArrangement) | juce::GlyphArrangement | |
| GlyphArrangement(GlyphArrangement &&)=default (defined in juce::GlyphArrangement) | 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 (defined in juce::GlyphArrangement) | juce::GlyphArrangement | |
| operator=(GlyphArrangement &&)=default (defined in juce::GlyphArrangement) | juce::GlyphArrangement | |
| removeRangeOfGlyphs(int startIndex, int numGlyphs) | juce::GlyphArrangement | |
| stretchRangeOfGlyphs(int startIndex, int numGlyphs, float horizontalScaleFactor) | juce::GlyphArrangement | |
| ~GlyphArrangement()=default | juce::GlyphArrangement |