|
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::FreeTypeTypeface, including all inherited members.
| addGlyph(juce_wchar character, const Path &path, float width) noexcept | juce::CustomTypeface | |
| addGlyphsFromOtherTypeface(Typeface &typefaceToCopy, juce_wchar characterStartIndex, int numCharacters) noexcept | juce::CustomTypeface | |
| addKerningPair(juce_wchar char1, juce_wchar char2, float extraAmount) noexcept | juce::CustomTypeface | |
| applyVerticalHintingTransform(float fontHeight, Path &path) | juce::Typeface | |
| ascent (defined in juce::CustomTypeface) | juce::CustomTypeface | protected |
| clear() | juce::CustomTypeface | |
| clearTypefaceCache() | juce::Typeface | static |
| createSystemTypefaceFor(const Font &font) | juce::Typeface | static |
| createSystemTypefaceFor(const void *fontFileData, size_t fontFileDataSize) | juce::Typeface | static |
| CustomTypeface() | juce::CustomTypeface | |
| CustomTypeface(InputStream &serialisedTypefaceStream) | juce::CustomTypeface | explicit |
| decReferenceCount() noexcept | juce::ReferenceCountedObject | |
| decReferenceCountWithoutDeleting() noexcept | juce::ReferenceCountedObject | |
| defaultCharacter (defined in juce::CustomTypeface) | juce::CustomTypeface | protected |
| FreeTypeTypeface(const Font &font) (defined in juce::FreeTypeTypeface) | juce::FreeTypeTypeface | |
| FreeTypeTypeface(const void *data, size_t dataSize) (defined in juce::FreeTypeTypeface) | juce::FreeTypeTypeface | |
| getAscent() const override | juce::CustomTypeface | virtual |
| getDescent() const override | juce::CustomTypeface | virtual |
| getEdgeTableForGlyph(int glyphNumber, const AffineTransform &, float fontHeight) override | juce::CustomTypeface | virtual |
| getFallbackTypeface() (defined in juce::Typeface) | juce::Typeface | protectedstatic |
| getGlyphPositions(const String &, Array< int > &glyphs, Array< float > &xOffsets) override | juce::CustomTypeface | virtual |
| getHeightToPointsFactor() const override | juce::CustomTypeface | virtual |
| getName() const noexcept | juce::Typeface | |
| getOutlineForGlyph(int glyphNumber, Path &) override | juce::CustomTypeface | virtual |
| getReferenceCount() const noexcept | juce::ReferenceCountedObject | |
| getStringWidth(const String &) override | juce::CustomTypeface | virtual |
| getStyle() const noexcept | juce::Typeface | |
| incReferenceCount() noexcept | juce::ReferenceCountedObject | |
| initialiseCharacteristics(const String &fontName, const String &fontStyle) (defined in juce::FreeTypeTypeface) | juce::FreeTypeTypeface | |
| isHinted() const | juce::Typeface | virtual |
| isSuitableForFont(const Font &) const | juce::Typeface | virtual |
| loadGlyphIfPossible(const juce_wchar character) override | juce::FreeTypeTypeface | virtual |
| name (defined in juce::Typeface) | juce::Typeface | protected |
| operator=(const ReferenceCountedObject &) noexcept | juce::ReferenceCountedObject | protected |
| operator=(ReferenceCountedObject &&) noexcept | juce::ReferenceCountedObject | protected |
| Ptr typedef | juce::Typeface | |
| ReferenceCountedObject()=default | juce::ReferenceCountedObject | protected |
| ReferenceCountedObject(const ReferenceCountedObject &) noexcept | juce::ReferenceCountedObject | protected |
| ReferenceCountedObject(ReferenceCountedObject &&) noexcept | juce::ReferenceCountedObject | protected |
| resetReferenceCount() noexcept | juce::ReferenceCountedObject | protected |
| scanFolderForFonts(const File &folder) | juce::Typeface | static |
| setCharacteristics(const String &fontFamily, float ascent, bool isBold, bool isItalic, juce_wchar defaultCharacter) noexcept | juce::CustomTypeface | |
| setCharacteristics(const String &fontFamily, const String &fontStyle, float ascent, juce_wchar defaultCharacter) noexcept | juce::CustomTypeface | |
| setTypefaceCacheSize(int numFontsToCache) | juce::Typeface | static |
| style (defined in juce::Typeface) | juce::Typeface | protected |
| Typeface(const String &name, const String &style) noexcept (defined in juce::Typeface) | juce::Typeface | protected |
| writeToStream(OutputStream &outputStream) | juce::CustomTypeface | |
| ~CustomTypeface() override | juce::CustomTypeface | |
| ~ReferenceCountedObject() | juce::ReferenceCountedObject | protectedvirtual |
| ~Typeface() override | juce::Typeface |