 
            | ImageGear22.Recognition Assembly > ImageGear.Recognition Namespace : ImGearRecFontFlags Enumeration | 
'Declaration <FlagsAttribute()> Public Enum ImGearRecFontFlags Inherits System.Enum
'Usage Dim instance As ImGearRecFontFlags
[Flags()] public enum ImGearRecFontFlags : System.Enum
[Flags()] __value public enum ImGearRecFontFlags : public System.Enum
[Flags()] public enum class ImGearRecFontFlags : public System.Enum
| Member | Value | Description | 
|---|---|---|
| BOLD | 0x00000008 | Bold character. See also NO_BOLD. | 
| DROPCAP | 0x00002000 | Dropcap character. | 
| INVERTED | 0x00008000 | Inverted character. | 
| ITALIC | 0x00000002 | Italic character. See also NO_ITALIC. | 
| MONOSPACED | 0x00000080 | Monospaced character. See also PROPORTIONAL. | 
| NO_BOLD | 0x00000004 | Not-Bold character. It is not possible for both BOLD and NO_BOLD to be set. If both are unset we do not know whether it is Bold or not. | 
| NO_ITALIC | 0x00000001 | Not-Italic character. It is not possible for both ITALIC and NO_ITALIC to be set. If both are unset we do not know whether it is Italic or not. | 
| POPCAP | 0x00004000 | Popcap character. | 
| PROPORTIONAL | 0x00000040 | Proportional character. It is not possible for both PROPORTIONAL and MONOSPACED to be set. If both are unset we do not know whether it is Monospaced or not. | 
| SANSSERIF | 0x00000010 | Sans Serif character. It is not possible for both SANSSERIF and SERIF to be set. If both are unset we do not know whether it is Serif or not. | 
| SERIF | 0x00000020 | Serif character. See also SANSSERIF. | 
| SMALLCAPS | 0x00000100 | Character in a Small Caps word. The code is always upper case. | 
| STRIKETHROUGH | 0x00000400 | Struck through character. It is not used. It is only for future versions. | 
| SUBSCRIPT | 0x00000800 | Subscript character. | 
| SUPERSCRIPT | 0x00001000 | Superscript character. | 
| UNDERLINE | 0x00000200 | Underlined character. | 
System.Object
   System.ValueType
      System.Enum
         ImageGear.Recognition.ImGearRecFontFlags