|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <FontCache.h>
Public Member Functions | |
| CachedTTFFont (TTF_Font *f) | |
Public Attributes | |
| TTF_Font * | ttf_font |
| int | ref_count |
Cached TTF_Font with reference counting When ref_count reaches 0, TTF_Font is closed and removed from cache
Definition at line 28 of file FontCache.h.
|
inline |
Definition at line 32 of file FontCache.h.
| int FontCache::CachedTTFFont::ref_count |
Definition at line 30 of file FontCache.h.
| TTF_Font* FontCache::CachedTTFFont::ttf_font |
Definition at line 29 of file FontCache.h.