// EIKGTED.HRH
//
// Copyright (c) 1997-1999 Symbian Ltd.  All rights reserved.
//

#define EEikGtedFontControlAll				0x001			    
#define EEikGtedFontControlName				0x002
#define EEikGtedFontControlSize				0x004
#define EEikGtedFontControlBold				0x008
#define EEikGtedFontControlItalic			0x010
#define EEikGtedFontControlUnderline		0x020
#define EEikGtedFontControlStrikeThrough	0x040 
#define EEikGtedFontControlPrintpos			0x080
#define EEikGtedFontControlTextColor		0x100 


#define	EEikGtedAllFonts					0x001
#define	EEikGtedMonospaceFontsOnly			0x002
#define	EEikGtedNoMonospaceFonts			0x004
#define	EEikGtedSymbolFontsOnly				0x008
#define	EEikGtedNoSymbolFonts				0x010
#define	EEikGtedNoMonospaceOrSymbolFonts	0x020

