openshot-audio
0.1.4
|
#include <juce_graphics.h>
Public Member Functions | |
GlyphCache () | |
~GlyphCache () | |
void | reset () |
void | drawGlyph (RenderTargetType &target, const Font &font, const int glyphNumber, Point< float > pos) |
ReferenceCountedObjectPtr< CachedGlyphType > | findOrCreateGlyph (const Font &font, int glyphNumber) |
Static Public Member Functions | |
static GlyphCache & | getInstance () |
Friends | |
struct | ContainerDeletePolicy< CachedGlyphType > |
Holds a cache of recently-used glyph objects of some type.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
friend |