applyVerticalHintingTransform(float fontHeight, Path &path) | juce::Typeface | |
clearTypefaceCache() | juce::Typeface | static |
createSystemTypefaceFor(const Font &font) | juce::Typeface | static |
createSystemTypefaceFor(const void *fontFileData, size_t fontFileDataSize) | juce::Typeface | static |
decReferenceCount() noexcept | juce::ReferenceCountedObject | inline |
decReferenceCountWithoutDeleting() noexcept | juce::ReferenceCountedObject | inline |
getAscent() const =0 | juce::Typeface | pure virtual |
getDescent() const =0 | juce::Typeface | pure virtual |
getEdgeTableForGlyph(int glyphNumber, const AffineTransform &transform, float fontHeight) | juce::Typeface | virtual |
getFallbackTypeface() | juce::Typeface | protectedstatic |
getGlyphPositions(const String &text, Array< int > &glyphs, Array< float > &xOffsets)=0 | juce::Typeface | pure virtual |
getHeightToPointsFactor() const =0 | juce::Typeface | pure virtual |
getName() const noexcept | juce::Typeface | inline |
getOutlineForGlyph(int glyphNumber, Path &path)=0 | juce::Typeface | pure virtual |
getReferenceCount() const noexcept | juce::ReferenceCountedObject | inline |
getStringWidth(const String &text)=0 | juce::Typeface | pure virtual |
getStyle() const noexcept | juce::Typeface | inline |
hintingLock | juce::Typeface | private |
hintingParams | juce::Typeface | private |
incReferenceCount() noexcept | juce::ReferenceCountedObject | inline |
isHinted() const | juce::Typeface | inlinevirtual |
isSuitableForFont(const Font &) const | juce::Typeface | inlinevirtual |
name | juce::Typeface | protected |
operator=(const ReferenceCountedObject &) noexcept | juce::ReferenceCountedObject | inlineprotected |
operator=(ReferenceCountedObject &&) noexcept | juce::ReferenceCountedObject | inlineprotected |
Ptr typedef | juce::Typeface | |
refCount | juce::ReferenceCountedObject | private |
ReferenceCountedObject()=default | juce::ReferenceCountedObject | protected |
ReferenceCountedObject(const ReferenceCountedObject &) noexcept | juce::ReferenceCountedObject | inlineprotected |
ReferenceCountedObject(ReferenceCountedObject &&) noexcept | juce::ReferenceCountedObject | inlineprotected |
resetReferenceCount() noexcept | juce::ReferenceCountedObject | inlineprotected |
scanFolderForFonts(const File &folder) | juce::Typeface | static |
setTypefaceCacheSize(int numFontsToCache) | juce::Typeface | static |
style | juce::Typeface | protected |
Typeface(const String &name, const String &style) noexcept | juce::Typeface | protected |
~ReferenceCountedObject() | juce::ReferenceCountedObject | inlineprotectedvirtual |
~Typeface() override | juce::Typeface | |