| bold enum value | juce::Font | |
| boldened() const | juce::Font | |
| findAllTypefaceNames() | juce::Font | static |
| findAllTypefaceStyles(const String &family) | juce::Font | static |
| findFonts(Array< Font > &results) | juce::Font | static |
| findSuitableFontForText(const String &text, const String &language={}) const | juce::Font | |
| Font(FontOptions options) | juce::Font | |
| Font(float fontHeight, int styleFlags=plain) | juce::Font | |
| Font(const String &typefaceName, float fontHeight, int styleFlags) | juce::Font | |
| Font(const String &typefaceName, const String &typefaceStyle, float fontHeight) | juce::Font | |
| Font(const Typeface::Ptr &typeface) | juce::Font | |
| Font() | juce::Font | |
| Font(const Font &other) noexcept | juce::Font | |
| Font(Font &&other) noexcept | juce::Font | |
| FontStyleFlags enum name | juce::Font | |
| fromString(const String &fontDescription) | juce::Font | static |
| getAscent() const | juce::Font | |
| getAscentInPoints() const | juce::Font | |
| getAscentOverride() const noexcept | juce::Font | |
| getAvailableStyles() const | juce::Font | |
| getDefaultMinimumHorizontalScaleFactor() noexcept | juce::Font | static |
| getDefaultMonospacedFontName() | juce::Font | static |
| getDefaultSansSerifFontName() | juce::Font | static |
| getDefaultSerifFontName() | juce::Font | static |
| getDefaultStyle() | juce::Font | static |
| getDefaultTypefaceForFont(const Font &font) | juce::Font | static |
| getDescent() const | juce::Font | |
| getDescentInPoints() const | juce::Font | |
| getDescentOverride() const noexcept | juce::Font | |
| getExtraKerningFactor() const noexcept | juce::Font | |
| getFallbackEnabled() const | juce::Font | |
| getFeatureSettings() const & | juce::Font | |
| getFeatureSettings() const &&=delete | juce::Font | |
| getHeight() const noexcept | juce::Font | |
| getHeightInPoints() const | juce::Font | |
| getHorizontalScale() const noexcept | juce::Font | |
| getMetricsKind() const noexcept | juce::Font | |
| getNativeDetails() const | juce::Font | |
| getPreferredFallbackFamilies() const | juce::Font | |
| getStringWidth(const String &text) const | juce::Font | |
| getStringWidthFloat(const String &text) const | juce::Font | |
| getStyleFlags() const noexcept | juce::Font | |
| getSystemUIFontName() | juce::Font | static |
| getTypefaceName() const noexcept | juce::Font | |
| getTypefacePtr() const | juce::Font | |
| getTypefaceStyle() const noexcept | juce::Font | |
| isBold() const noexcept | juce::Font | |
| isItalic() const noexcept | juce::Font | |
| isUnderlined() const noexcept | juce::Font | |
| italic enum value | juce::Font | |
| italicised() const | juce::Font | |
| operator!=(const Font &other) const noexcept | juce::Font | |
| operator=(Font &&other) noexcept | juce::Font | |
| operator=(const Font &other) noexcept | juce::Font | |
| operator==(const Font &other) const noexcept | juce::Font | |
| plain enum value | juce::Font | |
| removeFeatureSetting(FontFeatureTag featureToRemove) | juce::Font | |
| setAscentOverride(std::optional< float >) | juce::Font | |
| setBold(bool shouldBeBold) | juce::Font | |
| setDefaultMinimumHorizontalScaleFactor(float newMinimumScaleFactor) noexcept | juce::Font | static |
| setDescentOverride(std::optional< float >) | juce::Font | |
| setExtraKerningFactor(float extraKerning) | juce::Font | |
| setFallbackEnabled(bool enabled) | juce::Font | |
| setFeatureSetting(FontFeatureSetting featureSetting) | juce::Font | |
| setHeight(float newHeight) | juce::Font | |
| setHeightWithoutChangingWidth(float newHeight) | juce::Font | |
| setHorizontalScale(float scaleFactor) | juce::Font | |
| setItalic(bool shouldBeItalic) | juce::Font | |
| setPointHeight(float newHeight) | juce::Font | |
| setPreferredFallbackFamilies(const StringArray &fallbacks) | juce::Font | |
| setSizeAndStyle(float newHeight, int newStyleFlags, float newHorizontalScale, float newKerningAmount) | juce::Font | |
| setSizeAndStyle(float newHeight, const String &newStyle, float newHorizontalScale, float newKerningAmount) | juce::Font | |
| setStyleFlags(int newFlags) | juce::Font | |
| setTypefaceName(const String &faceName) | juce::Font | |
| setTypefaceStyle(const String &newStyle) | juce::Font | |
| setUnderline(bool shouldBeUnderlined) | juce::Font | |
| toString() const | juce::Font | |
| underlined enum value | juce::Font | |
| withExtraKerningFactor(float extraKerning) const | juce::Font | |
| withHeight(float height) const | juce::Font | |
| withHorizontalScale(float scaleFactor) const | juce::Font | |
| withPointHeight(float heightInPoints) const | juce::Font | |
| withStyle(int styleFlags) const | juce::Font | |
| withTypefaceStyle(const String &newStyle) const | juce::Font | |
| ~Font() noexcept | juce::Font | |