Provides character font information.
            
            Syntax
            Members
| Member | Description | 
| BOLD | 
            Bold character. See also NO_BOLD.
             | 
| DROPCAP | 
            Dropcap character.
             | 
| INVERTED | 
            Inverted character.
             | 
| ITALIC | 
            Italic character. See also NO_ITALIC.
             | 
| MONOSPACED | 
            Monospaced character. See also PROPORTIONAL.
             | 
| NO_BOLD | 
            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 | 
            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 | 
            Popcap character.
             | 
| PROPORTIONAL | 
            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 | 
            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 | 
            Serif character. See also SANSSERIF.
             | 
| SMALLCAPS | 
            Character in a Small Caps word. The code is always upper case.
             | 
| STRIKETHROUGH | 
            Struck through character. It is not used. It is only for future versions.
             | 
| SUBSCRIPT | 
            Subscript character.
             | 
| SUPERSCRIPT | 
            Superscript character.
             | 
| UNDERLINE | 
            Underlined character.
             | 
 
            
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Recognition.ImGearRecFontFlags
 
            
            
            See Also