virtual | ~TGLFontManager() |
static TClass* | Class() |
void | ClearFontTrash() |
static Int_t | GetExtendedFontStartIndex() |
static TObjArray* | GetFontFileArray() |
static const char* | GetFontNameFromId(Int_t) |
static Int_t | GetFontSize(Int_t ds) |
static Int_t | GetFontSize(Int_t ds, Int_t min, Int_t max) |
static TGLFontManager::FontSizeVec_t* | GetFontSizeArray() |
virtual TClass* | IsA() const |
void | RegisterFont(Int_t size, Int_t file, TGLFont::EMode mode, TGLFont& out) |
void | RegisterFont(Int_t size, const char* name, TGLFont::EMode mode, TGLFont& out) |
void | ReleaseFont(TGLFont& font) |
virtual void | ShowMembers(TMemberInspector& insp) const |
virtual void | Streamer(TBuffer&) |
void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |
TGLFontManager() |
static void | InitStatics() |
TGLFontManager& | operator=(const TGLFontManager&) |
TGLFontManager(const TGLFontManager&) |
TGLFontManager::FontMap_t | fFontMap | map of created fonts |
TGLFontManager::FontList_t | fFontTrash | fonts to purge |
static Int_t | fgExtendedFontStart | |
static TObjArray | fgFontFileArray | map font-id to ttf-font-file |
static TGLFontManager::FontSizeVec_t | fgFontSizeArray | map of valid font-size |
static Bool_t | fgStaticInitDone | global initialization flag |
Provide font with given size, file and FTGL class.
Get mapping from ttf id to font names. Table taken from TTF.cxx.
Release font with given attributes. Returns false if font has not been found in the managers font set.