CustomTypeface Member List
This is the complete list of members for
CustomTypeface, including all inherited members.
| addGlyph(juce_wchar character, const Path &path, float width) | CustomTypeface | |
| addGlyphsFromOtherTypeface(Typeface &typefaceToCopy, juce_wchar characterStartIndex, int numCharacters) | CustomTypeface | |
| addKerningPair(juce_wchar char1, juce_wchar char2, float extraAmount) | CustomTypeface | |
| ascent | CustomTypeface | [protected] |
| clear() | CustomTypeface | |
| createSystemTypefaceFor(const Font &font) | Typeface | [static] |
| CustomTypeface() | CustomTypeface | |
| CustomTypeface(InputStream &serialisedTypefaceStream) | CustomTypeface | [explicit] |
| decReferenceCount() | ReferenceCountedObject | |
| defaultCharacter | CustomTypeface | [protected] |
| getAscent() const | CustomTypeface | [virtual] |
| getDescent() const | CustomTypeface | [virtual] |
| getGlyphForCharacter(juce_wchar character) | CustomTypeface | |
| getGlyphPositions(const String &text, Array< int > &glyphs, Array< float > &xOffsets) | CustomTypeface | [virtual] |
| getName() const | Typeface | |
| getOutlineForGlyph(int glyphNumber, Path &path) | CustomTypeface | [virtual] |
| getReferenceCount() const | ReferenceCountedObject | |
| getStringWidth(const String &text) | CustomTypeface | [virtual] |
| incReferenceCount() | ReferenceCountedObject | |
| isBold | CustomTypeface | [protected] |
| isItalic | CustomTypeface | [protected] |
| loadGlyphIfPossible(juce_wchar characterNeeded) | CustomTypeface | [protected, virtual] |
| name | Typeface | [protected] |
| Ptr typedef | Typeface | |
| ReferenceCountedObject() | ReferenceCountedObject | [protected] |
| setCharacteristics(const String &name, float ascent, bool isBold, bool isItalic, juce_wchar defaultCharacter) | CustomTypeface | |
| Typeface(const String &name) | Typeface | [explicit, protected] |
| writeToStream(OutputStream &outputStream) | CustomTypeface | |
| ~CustomTypeface() | CustomTypeface | |
| ~ReferenceCountedObject() | ReferenceCountedObject | [protected, virtual] |
| ~Typeface() | Typeface | [virtual] |