#include <TGFont.h>
Public Member Functions | |
FontAttributes_t () | |
FontAttributes_t (const FontAttributes_t &f) | |
FontAttributes_t & | operator= (const FontAttributes_t &f) |
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 |
const char * | fFamily |
Definition at line 76 of file TGFont.h.
FontAttributes_t::FontAttributes_t | ( | const FontAttributes_t & | f | ) | [inline] |
FontAttributes_t::FontAttributes_t | ( | const FontAttributes_t & | f | ) | [inline] |
FontAttributes_t& FontAttributes_t::operator= | ( | const FontAttributes_t & | f | ) | [inline] |
Definition at line 101 of file TGFont.h.
References fFamily, fOverstrike, fPointsize, fSlant, fUnderline, and fWeight.
FontAttributes_t& FontAttributes_t::operator= | ( | const FontAttributes_t & | f | ) | [inline] |
Definition at line 101 of file TGFont.h.
References fFamily, fOverstrike, fPointsize, fSlant, fUnderline, and fWeight.
const char* FontAttributes_t::fFamily |
Definition at line 78 of file TGFont.h.
Referenced by TGFontPool::GetAttributeInfo(), TGFontPool::GetFontFromAttributes(), TGFontPool::MakeFont(), operator=(), TGFontPool::ParseFontName(), TGFontPool::ParseXLFD(), and TGFont::PostscriptFontName().
Definition at line 79 of file TGFont.h.
Referenced by TGFontPool::GetAttributeInfo(), TGFontPool::GetFontFromAttributes(), TGFontPool::MakeFont(), operator=(), TGFontPool::ParseFontName(), and TGFont::PostscriptFontName().
Definition at line 80 of file TGFont.h.
Referenced by TGFontPool::GetAttributeInfo(), operator=(), TGFontPool::ParseFontName(), TGFontPool::ParseXLFD(), and TGFont::PostscriptFontName().
Definition at line 81 of file TGFont.h.
Referenced by TGFontPool::GetAttributeInfo(), operator=(), TGFontPool::ParseFontName(), TGFontPool::ParseXLFD(), and TGFont::PostscriptFontName().
Definition at line 82 of file TGFont.h.
Referenced by TGFont::DrawChars(), TGFontPool::GetAttributeInfo(), operator=(), and TGFontPool::ParseFontName().
Definition at line 83 of file TGFont.h.
Referenced by TGFont::DrawChars(), TGFontPool::GetAttributeInfo(), operator=(), and TGFontPool::ParseFontName().
const char* FontAttributes_t::fFamily |