class FontMetrics_t


TGFont and TGFontPool

Encapsulate fonts used in the GUI system.
TGFontPool provides a pool of fonts.


Function Members (Methods)

public:
FontMetrics_t()
FontMetrics_t(const FontMetrics_t&)
~FontMetrics_t()
FontMetrics_t&operator=(const FontMetrics_t&)

Data Members

public:
Int_tfAscentfrom baseline to top of font
Int_tfDescentfrom baseline to bottom of font
Bool_tfFixedtrue if monospace, false otherwise
Int_tfLinespacethe sum of the ascent and descent
Int_tfMaxWidthwidth of widest character in font

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

void operator=(const FontMetrics_t& )

Author: Fons Rademakers 20/5/2003
Last update: root/gui:$Id: TGFont.h 20882 2007-11-19 11:31:26Z rdm $
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.