ImageGear .NET - Updated
ImGearRecFontFlags Enumeration




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace : ImGearRecFontFlags Enumeration
Provides character font information.
Syntax
'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 
Members
MemberDescription
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

Reference

ImageGear.Recognition Namespace
FontAttribute Property