ROOT  6.06/09
Reference Guide
Classes | Enumerations
TGFont.h File Reference
#include "TNamed.h"
#include "TGObject.h"
#include "TRefCnt.h"
+ Include dependency graph for TGFont.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FontMetrics_t
 
struct  FontAttributes_t
 
class  TGTextLayout
 
class  TGFont
 
class  TGFontPool
 

Enumerations

enum  ETextLayoutFlags {
  kTextWholeWords = BIT(0), kTextAtLeastOne = BIT(1), kTextPartialOK = BIT(2), kTextIgnoreTabs = BIT(3),
  kTextIgnoreNewlines = BIT(4)
}
 
enum  EFontWeight {
  kFontWeightNormal = 0, kFontWeightMedium = 0, kFontWeightBold = 1, kFontWeightLight = 2,
  kFontWeightDemibold = 3, kFontWeightBlack = 4, kFontWeightUnknown = -1
}
 
enum  EFontSlant { kFontSlantRoman = 0, kFontSlantItalic = 1, kFontSlantOblique = 2, kFontSlantUnknown = -1 }
 

Enumeration Type Documentation

enum EFontSlant
Enumerator
kFontSlantRoman 
kFontSlantItalic 
kFontSlantOblique 
kFontSlantUnknown 

Definition at line 59 of file TGFont.h.

Enumerator
kFontWeightNormal 
kFontWeightMedium 
kFontWeightBold 
kFontWeightLight 
kFontWeightDemibold 
kFontWeightBlack 
kFontWeightUnknown 

Definition at line 49 of file TGFont.h.

Enumerator
kTextWholeWords 
kTextAtLeastOne 
kTextPartialOK 
kTextIgnoreTabs 
kTextIgnoreNewlines 

Definition at line 41 of file TGFont.h.