, including all inherited members.
| bold enum value | Font | |
| findAllTypefaceNames() | Font | [static] |
| findFonts(Array< Font > &results) | Font | [static] |
| Font(float fontHeight, int styleFlags=plain) | Font | |
| Font(const String &typefaceName, float fontHeight, int styleFlags) | Font | |
| Font(const Font &other) | Font | |
| Font(const Typeface::Ptr &typeface) | Font | |
| Font() | Font | |
| FontStyleFlags enum name | Font | |
| getAscent() const | Font | |
| getDefaultMonospacedFontName() | Font | [static] |
| getDefaultSansSerifFontName() | Font | [static] |
| getDefaultSerifFontName() | Font | [static] |
| getDescent() const | Font | |
| getExtraKerningFactor() const | Font | |
| getFallbackFontName() | Font | [static] |
| getGlyphPositions(const String &text, Array< int > &glyphs, Array< float > &xOffsets) const | Font | |
| getHeight() const | Font | |
| getHorizontalScale() const | Font | |
| getPlatformDefaultFontNames(String &defaultSans, String &defaultSerif, String &defaultFixed) | Font | [static] |
| getStringWidth(const String &text) const | Font | |
| getStringWidthFloat(const String &text) const | Font | |
| getStyleFlags() const | Font | |
| getTypeface() const | Font | |
| getTypefaceName() const | Font | |
| isBold() const | Font | |
| isItalic() const | Font | |
| isUnderlined() const | Font | |
| italic enum value | Font | |
| operator!=(const Font &other) const | Font | |
| operator=(const Font &other) | Font | |
| operator==(const Font &other) const | Font | |
| plain enum value | Font | |
| setBold(bool shouldBeBold) | Font | |
| setExtraKerningFactor(float extraKerning) | Font | |
| setFallbackFontName(const String &name) | Font | [static] |
| setHeight(float newHeight) | Font | |
| setHeightWithoutChangingWidth(float newHeight) | Font | |
| setHorizontalScale(float scaleFactor) | Font | |
| setItalic(bool shouldBeItalic) | Font | |
| setSizeAndStyle(float newHeight, int newStyleFlags, float newHorizontalScale, float newKerningAmount) | Font | |
| setStyleFlags(const int newFlags) | Font | |
| setTypefaceName(const String &faceName) | Font | |
| setUnderline(bool shouldBeUnderlined) | Font | |
| underlined enum value | Font | |
| ~Font() | Font | |