Quick Links:
ROOT Homepage
Class Index
Class Hierarchy
Search
Source:
header file
viewVC header
Sections:
class description
function members
data members
class charts
ROOT
»
GUI
»
GUI
»
FontMetrics_t
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_t
fAscent
from baseline to top of font
Int_t
fDescent
from baseline to bottom of font
Bool_t
fFixed
true if monospace, false otherwise
Int_t
fLinespace
the sum of the ascent and descent
Int_t
fMaxWidth
width of widest character in font
Class Charts
Inheritance
Inherited Members
Includes
Libraries
Function documentation
FontAttributes_t
&
operator=
(
const
FontMetrics_t
& )