TGFont and TGFontPool Encapsulate fonts used in the GUI system. TGFontPool provides a pool of fonts.
FontAttributes_t() | |
FontAttributes_t(const FontAttributes_t& f) | |
~FontAttributes_t() | |
FontAttributes_t& | operator=(const FontAttributes_t& f) |
const char* | fFamily | Font family. The most important field. |
Int_t | fOverstrike | Non-zero for overstrike font. |
Int_t | fPointsize | Pointsize of font, 0 for default size, or negative number meaning pixel size. |
Int_t | fSlant | Slant flag; see below for def'n. |
Int_t | fUnderline | Non-zero for underline font. |
Int_t | fWeight | Weight flag; see below for def'n. |