bold enum value | juce::Font | |
boldened() const | juce::Font | |
checkTypefaceSuitability() | juce::Font | private |
dupeInternalIfShared() | juce::Font | private |
findAllTypefaceNames() | juce::Font | static |
findAllTypefaceStyles(const String &family) | juce::Font | static |
findFonts(Array< Font > &results) | juce::Font | static |
font | juce::Font | private |
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 Font &other) noexcept | juce::Font | |
Font(const Typeface::Ptr &typeface) | juce::Font | |
Font() | 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 | |
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 | |
getExtraKerningFactor() const noexcept | juce::Font | |
getFallbackFontName() | juce::Font | static |
getFallbackFontStyle() | juce::Font | static |
getGlyphPositions(const String &text, Array< int > &glyphs, Array< float > &xOffsets) const | juce::Font | |
getHeight() const noexcept | juce::Font | |
getHeightInPoints() const | juce::Font | |
getHeightToPointsFactor() const | juce::Font | private |
getHorizontalScale() const noexcept | juce::Font | |
getStringWidth(const String &text) const | juce::Font | |
getStringWidthFloat(const String &text) const | juce::Font | |
getStyleFlags() const noexcept | juce::Font | |
getTypeface() const | juce::Font | |
getTypefaceName() const noexcept | 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 | |
setBold(bool shouldBeBold) | juce::Font | |
setDefaultMinimumHorizontalScaleFactor(float newMinimumScaleFactor) noexcept | juce::Font | static |
setExtraKerningFactor(float extraKerning) | juce::Font | |
setFallbackFontName(const String &name) | juce::Font | static |
setFallbackFontStyle(const String &style) | juce::Font | static |
setHeight(float newHeight) | juce::Font | |
setHeightWithoutChangingWidth(float newHeight) | juce::Font | |
setHorizontalScale(float scaleFactor) | juce::Font | |
setItalic(bool shouldBeItalic) | 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 | |