JUCE
|
This is the complete list of members for Typeface, including all inherited members.
applyVerticalHintingTransform(float fontHeight, Path &path) | Typeface | |
clearTypefaceCache() | Typeface | static |
createSystemTypefaceFor(const Font &font) | Typeface | static |
createSystemTypefaceFor(const void *fontFileData, size_t fontFileDataSize) | Typeface | static |
decReferenceCount() noexcept | ReferenceCountedObject | |
decReferenceCountWithoutDeleting() noexcept | ReferenceCountedObject | |
getAscent() const =0 | Typeface | pure virtual |
getDescent() const =0 | Typeface | pure virtual |
getEdgeTableForGlyph(int glyphNumber, const AffineTransform &transform, float fontHeight) | Typeface | virtual |
getFallbackTypeface() | Typeface | protectedstatic |
getGlyphPositions(const String &text, Array< int > &glyphs, Array< float > &xOffsets)=0 | Typeface | pure virtual |
getHeightToPointsFactor() const =0 | Typeface | pure virtual |
getName() const noexcept | Typeface | |
getOutlineForGlyph(int glyphNumber, Path &path)=0 | Typeface | pure virtual |
getReferenceCount() const noexcept | ReferenceCountedObject | |
getStringWidth(const String &text)=0 | Typeface | pure virtual |
getStyle() const noexcept | Typeface | |
incReferenceCount() noexcept | ReferenceCountedObject | |
isHinted() const | Typeface | virtual |
isSuitableForFont(const Font &) const | Typeface | virtual |
name | Typeface | protected |
operator=(const ReferenceCountedObject &) noexcept | ReferenceCountedObject | protected |
operator=(ReferenceCountedObject &&) noexcept | ReferenceCountedObject | protected |
Ptr typedef | Typeface | |
ReferenceCountedObject()=default | ReferenceCountedObject | protected |
ReferenceCountedObject(const ReferenceCountedObject &) noexcept | ReferenceCountedObject | protected |
ReferenceCountedObject(ReferenceCountedObject &&) noexcept | ReferenceCountedObject | protected |
resetReferenceCount() noexcept | ReferenceCountedObject | protected |
scanFolderForFonts(const File &folder) | Typeface | static |
setTypefaceCacheSize(int numFontsToCache) | Typeface | static |
style | Typeface | protected |
Typeface(const String &name, const String &style) noexcept | Typeface | protected |
~ReferenceCountedObject() | ReferenceCountedObject | protectedvirtual |
~Typeface() override | Typeface |