epoc32/include/gulftflg.hrh
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:27:01 +0100
branchSymbian2
changeset 3 e1b950c65cb4
parent 0 061f57f2323e
child 4 837f303aceeb
permissions -rw-r--r--
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".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // Maximum length for text selection.
    15 // 
    16 //
    17 
    18 
    19 
    20 /**
    21  @publishedAll 
    22  @released 
    23 */
    24 #define KTextSelectionMaxLen			40
    25 
    26 /** All font controls.
    27 @publishedAll 
    28 @released 
    29 */
    30 #define	EGulFontControlAll				0x001
    31 
    32 /** Font control name.
    33 @publishedAll 
    34 @released 
    35 */
    36 #define	EGulFontControlName				0x002
    37 
    38 /** Font control size.
    39 @publishedAll 
    40 @released 
    41 */
    42 #define	EGulFontControlSize				0x004
    43 
    44 /** Bold font control.
    45 @publishedAll 
    46 @released 
    47 */
    48 #define	EGulFontControlBold				0x008
    49 
    50 /** Italic font control.
    51 @publishedAll 
    52 @released 
    53 */
    54 #define	EGulFontControlItalic			0x010
    55 
    56 /** Underline font control.
    57 @publishedAll 
    58 @released 
    59 */
    60 #define	EGulFontControlUnderline		0x020
    61 
    62 /** Strikethrough font control.
    63 @publishedAll 
    64 @released 
    65 */
    66 #define	EGulFontControlStrikethrough	0x040
    67 
    68 /** Font text color control.
    69 @publishedAll 
    70 @released 
    71 */
    72 #define	EGulFontControlTextColor		0x080
    73 
    74 /** Print position font control.
    75 @publishedAll 
    76 @released 
    77 */
    78 #define	EGulFontControlPrintPos			0x100 
    79 
    80 /** All fonts.
    81 @publishedAll 
    82 @released 
    83 */
    84 #define	EGulAllFonts					0x01
    85 
    86 /** Monospace fonts only.
    87 @publishedAll 
    88 @released 
    89 */
    90 #define	EGulMonospaceFontsOnly			0x02
    91 
    92 /** No monospace fonts.
    93 @publishedAll 
    94 @released 
    95 */
    96 #define	EGulNoMonospaceFonts			0x04
    97 
    98 /** Symbol fonts only.
    99 @publishedAll 
   100 @released 
   101 */
   102 #define	EGulSymbolFontsOnly				0x08
   103 
   104 /** No symbol fonts.
   105 @publishedAll 
   106 @released 
   107 */
   108 #define	EGulNoSymbolFonts				0x10
   109 
   110 /** No monospace or symbol fonts.
   111 @publishedAll 
   112 @released 
   113 */
   114 #define	EGulNoMonospaceOrSymbolFonts	0x20