Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Maximum length for text selection.
24 #define KTextSelectionMaxLen 40
26 /** All font controls.
30 #define EGulFontControlAll 0x001
32 /** Font control name.
36 #define EGulFontControlName 0x002
38 /** Font control size.
42 #define EGulFontControlSize 0x004
44 /** Bold font control.
48 #define EGulFontControlBold 0x008
50 /** Italic font control.
54 #define EGulFontControlItalic 0x010
56 /** Underline font control.
60 #define EGulFontControlUnderline 0x020
62 /** Strikethrough font control.
66 #define EGulFontControlStrikethrough 0x040
68 /** Font text color control.
72 #define EGulFontControlTextColor 0x080
74 /** Print position font control.
78 #define EGulFontControlPrintPos 0x100
84 #define EGulAllFonts 0x01
86 /** Monospace fonts only.
90 #define EGulMonospaceFontsOnly 0x02
92 /** No monospace fonts.
96 #define EGulNoMonospaceFonts 0x04
98 /** Symbol fonts only.
102 #define EGulSymbolFontsOnly 0x08
108 #define EGulNoSymbolFonts 0x10
110 /** No monospace or symbol fonts.
114 #define EGulNoMonospaceOrSymbolFonts 0x20