![]() |
ROOT
6.06/09
Reference Guide
|
Public Member Functions | |
| FontAttributes_t () | |
| FontAttributes_t (const FontAttributes_t &f) | |
| FontAttributes_t & | operator= (const FontAttributes_t &f) |
Public Attributes | |
| const char * | fFamily |
| Int_t | fPointsize |
| Int_t | fWeight |
| Int_t | fSlant |
| Int_t | fUnderline |
| Int_t | fOverstrike |
#include <TGFont.h>
|
inline |
|
inline |
| const char* FontAttributes_t::fFamily |
Definition at line 78 of file TGFont.h.
Referenced by TGFontPool::GetAttributeInfo(), TGFontPool::GetFontFromAttributes(), TGFontPool::MakeFont(), operator=(), TGFontPool::ParseFontName(), and TGFont::PostscriptFontName().
| Int_t FontAttributes_t::fOverstrike |
Definition at line 83 of file TGFont.h.
Referenced by TGFont::DrawChars(), TGFontPool::GetAttributeInfo(), TGFontPool::GetFontFromAttributes(), operator=(), and TGFontPool::ParseFontName().
| Int_t FontAttributes_t::fPointsize |
Definition at line 79 of file TGFont.h.
Referenced by TGFontPool::GetAttributeInfo(), TGFontPool::GetFont(), TGFontPool::GetFontFromAttributes(), TGFontPool::MakeFont(), operator=(), TGFontPool::ParseFontName(), and TGFont::PostscriptFontName().
| Int_t FontAttributes_t::fSlant |
Definition at line 81 of file TGFont.h.
Referenced by TGFontPool::GetAttributeInfo(), TGFontPool::GetFontFromAttributes(), operator=(), TGFontPool::ParseFontName(), and TGFont::PostscriptFontName().
| Int_t FontAttributes_t::fUnderline |
Definition at line 82 of file TGFont.h.
Referenced by TGFont::DrawChars(), TGFontPool::GetAttributeInfo(), TGFontPool::GetFontFromAttributes(), operator=(), and TGFontPool::ParseFontName().
| Int_t FontAttributes_t::fWeight |
Definition at line 80 of file TGFont.h.
Referenced by TGFontPool::GetAttributeInfo(), TGFontPool::GetFontFromAttributes(), operator=(), TGFontPool::ParseFontName(), and TGFont::PostscriptFontName().