Logo ROOT   6.16/01
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:

Classes

struct  FontAttributes_t
 
struct  FontMetrics_t
 
class  TGFont
 
class  TGFontPool
 
class  TGTextLayout
 

Enumerations

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

Enumeration Type Documentation

◆ EFontSlant

enum EFontSlant
Enumerator
kFontSlantRoman 
kFontSlantItalic 
kFontSlantOblique 
kFontSlantUnknown 

Definition at line 53 of file TGFont.h.

◆ EFontWeight

Enumerator
kFontWeightNormal 
kFontWeightMedium 
kFontWeightBold 
kFontWeightLight 
kFontWeightDemibold 
kFontWeightBlack 
kFontWeightUnknown 

Definition at line 43 of file TGFont.h.

◆ ETextLayoutFlags

Enumerator
kTextWholeWords 
kTextAtLeastOne 
kTextPartialOK 
kTextIgnoreTabs 
kTextIgnoreNewlines 

Definition at line 35 of file TGFont.h.