19 class TGLText :
public TAttText {
21 TGLText(
const TGLText&);
22 TGLText& operator=(
const TGLText&);
34 TGLText(Double_t x, Double_t y, Double_t z,
const char *text);
37 FTFont* GetFont() {
return fGLTextFont; }
39 void SetGLTextAngles(Double_t a1, Double_t a2, Double_t a3);
40 void SetGLTextFont(Font_t fontnumber);
41 void PaintGLText(Double_t x, Double_t y, Double_t z,
const char *text);
42 void PaintBBox(
const char *text);
43 void BBox(
const char*
string,
float& llx,
float& lly,
float& llz,
44 float& urx,
float& ury,
float& urz);