library: libGui #include "TGFont.h" |
TGFontPool
class description - header file - source file - inheritance tree (.pdf)
protected:
TGFontPool(const TGFontPool& fp)
TGFontPool& operator=(const TGFontPool& fp)
public:
TGFontPool(TGClient* client)
virtual ~TGFontPool()
static TClass* Class()
TGFont* FindFont(FontStruct_t font) const
TGFont* FindFontByHandle(FontH_t font) const
void FreeFont(const TGFont* font)
TGFont* GetFont(const char* font, Bool_t fixedDefault = kTRUE)
TGFont* GetFont(const TGFont* font)
TGFont* GetFont(FontStruct_t font)
virtual TClass* IsA() const
virtual void Print(Option_t* option = "") const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
THashTable* fList
TGFont * GetFont(const char *font, Bool_t fixedDefault)
Get the specified font. Returns 0 if error or no font can be found.
If fixedDefault is false the "fixed" font will not be substituted
as fallback when the asked for font does not exist.
TGFont * GetFont(const TGFont *font)
Use font, i.e. increases ref count of specified font. Returns 0
if font is not found.
void FreeFont(const TGFont *font)
Free font. If ref count is 0 delete font.
Author: Fons Rademakers 20/5/2003
Last update: root/gui:$Name: $:$Id: TGFont.cxx,v 1.7 2006/07/03 16:10:45 brun Exp $
Copyright (C) 1995-2003, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.