class FontAttributes_t


TGFont and TGFontPool

Encapsulate fonts used in the GUI system.
TGFontPool provides a pool of fonts.
TGTextLayout is used to keep track of string  measurement
information when  using the text layout facilities.
It can be displayed with respect to any origin.


Function Members (Methods)

public:
FontAttributes_t()
FontAttributes_t(const FontAttributes_t& f)
~FontAttributes_t()
FontAttributes_t&operator=(const FontAttributes_t& f)

Data Members

public:
const char*fFamilyFont family. The most important field.
Int_tfOverstrikeNon-zero for overstrike font.
Int_tfPointsizePointsize of font, 0 for default size, or negative number meaning pixel size.
Int_tfSlantSlant flag; see below for def'n.
Int_tfUnderlineNon-zero for underline font.
Int_tfWeightWeight flag; see below for def'n.

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

FontAttributes_t(const FontAttributes_t& f)
{ }
FontAttributes_t(const FontAttributes_t& f)
{ }
FontAttributes_t& operator=(const FontAttributes_t& f)

Author: Fons Rademakers 20/5/2003
Last change: root/gui:$Id: TGFont.h 23115 2008-04-10 13:35:37Z rdm $
Last generated: 2008-06-25 08:29
Copyright (C) 1995-2003, Rene Brun and Fons Rademakers. *

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.