![]() |
ROOT
6.06/09
Reference Guide
|
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 } |
| enum EFontSlant |
| enum EFontWeight |
| enum ETextLayoutFlags |