Classes | |
struct | FontAttributes_t |
struct | FontMetrics_t |
class | TGFont |
Encapsulate fonts used in the GUI system. More... | |
class | TGFontPool |
Provides a pool of fonts. More... | |
class | TGTextLayout |
Is used to keep track of string measurement information when using the text layout facilities. More... | |
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) } |
enum EFontSlant |
enum EFontWeight |
enum ETextLayoutFlags |