virtual | ~TGLFont() |
void | BBox(const char* txt, Float_t& llx, Float_t& lly, Float_t& llz, Float_t& urx, Float_t& ury, Float_t& urz) const |
void | BBox(const wchar_t* txt, Float_t& llx, Float_t& lly, Float_t& llz, Float_t& urx, Float_t& ury, Float_t& urz) const |
static TClass* | Class() |
void | CopyAttributes(const TGLFont& o) |
Float_t | GetAscent() const |
Float_t | GetDepth() const |
Float_t | GetDescent() const |
Int_t | GetFile() const |
const FTFont* | GetFont() const |
Float_t | GetLineHeight() const |
const TGLFontManager* | GetManager() const |
TGLFont::EMode | GetMode() const |
Int_t | GetSize() const |
Int_t | GetTrashCount() const |
Int_t | IncTrashCount() const |
virtual TClass* | IsA() const |
void | MeasureBaseLineParams(Float_t& ascent, Float_t& descent, Float_t& line_height, const char* txt = "Xj") const |
Bool_t | operator<(const TGLFont& o) const |
virtual void | PostRender() const |
virtual void | PreRender(Bool_t autoLight = kTRUE, Bool_t lightOn = kFALSE) const |
void | Render(const TString& txt) const |
void | Render(const char* txt, Double_t x, Double_t y, Double_t angle, Double_t mgn) const |
void | Render(const wchar_t* txt, Double_t x, Double_t y, Double_t angle, Double_t mgn) const |
void | Render(const TString& txt, Float_t x, Float_t y, Float_t z, TGLFont::ETextAlignH_e alignH, TGLFont::ETextAlignV_e alignV) const |
void | SetDepth(Float_t d) |
void | SetFont(FTFont* f) |
void | SetManager(TGLFontManager* mng) |
void | SetTrashCount(Int_t c) const |
virtual void | ShowMembers(TMemberInspector& insp) const |
virtual void | Streamer(TBuffer&) |
void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |
| TGLFont() |
| TGLFont(const TGLFont& o) |
| TGLFont(Int_t size, Int_t font, TGLFont::EMode mode, FTFont* f = 0, TGLFontManager* mng = 0) |