Logo ROOT   6.16/01
Reference Guide
Enumerations | Variables
TGFontDialog.cxx File Reference
#include "TGFontDialog.h"
#include "TString.h"
#include "TError.h"
#include "TGColorSelect.h"
#include "TGButton.h"
#include "TGLabel.h"
#include "TGListBox.h"
#include "TGComboBox.h"
#include <stdlib.h>
Include dependency graph for TGFontDialog.cxx:

Enumerations

enum  EFontDialog {
  kFDLG_OK = 1 , kFDLG_CANCEL , kFDLG_FONTNAMES = 21 , kFDLG_FONTSIZES ,
  kFDLG_FONTSTYLES , kFDLG_FONTALIGNS , kFDLG_COLORSEL = 31
}
 

Variables

static const char * gAlignTypes []
 
static const Int_t gAlignValues []
 
static const char * gFDLG_DEFAULTSAMPLE = "AaBbCcYyZz 1234567890"
 
static const char * gFontSizes []
 
static const char * gFontStyles []
 
static TString gFontStylesReal [4]
 

Enumeration Type Documentation

◆ EFontDialog

Enumerator
kFDLG_OK 
kFDLG_CANCEL 
kFDLG_FONTNAMES 
kFDLG_FONTSIZES 
kFDLG_FONTSTYLES 
kFDLG_FONTALIGNS 
kFDLG_COLORSEL 

Definition at line 35 of file TGFontDialog.cxx.

Variable Documentation

◆ gAlignTypes

const char* gAlignTypes[]
static
Initial value:
= {
"top left", "top center", "top right",
"middle left", "middle center", "middle right",
"bottom left", "bottom center", "bottom right",
0
}

Definition at line 63 of file TGFontDialog.cxx.

◆ gAlignValues

const Int_t gAlignValues[]
static
Initial value:

Definition at line 70 of file TGFontDialog.cxx.

◆ gFDLG_DEFAULTSAMPLE

const char* gFDLG_DEFAULTSAMPLE = "AaBbCcYyZz 1234567890"
static

Definition at line 47 of file TGFontDialog.cxx.

◆ gFontSizes

const char* gFontSizes[]
static
Initial value:
= {
"8", "9", "10", "11", "12", "13", "14", "16",
"18", "20", "22", "24", "26", "28", "30", "32",
"34", "36", "48", "72", 0
}

Definition at line 50 of file TGFontDialog.cxx.

◆ gFontStyles

const char* gFontStyles[]
static
Initial value:
= {
"Normal", "Bold", "Italic", "Bold Italic", 0
}

Definition at line 56 of file TGFontDialog.cxx.

◆ gFontStylesReal

TString gFontStylesReal[4]
static

Definition at line 60 of file TGFontDialog.cxx.