ImageGear .NET
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
MemberValueDescription
BOLD0x00000008 Bold character. See also NO_BOLD.
DROPCAP0x00002000 Dropcap character.
INVERTED0x00008000 Inverted character.
ITALIC0x00000002 Italic character. See also NO_ITALIC.
MONOSPACED0x00000080 Monospaced character. See also PROPORTIONAL.
NO_BOLD0x00000004 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_ITALIC0x00000001 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.
POPCAP0x00004000 Popcap character.
PROPORTIONAL0x00000040 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.
SANSSERIF0x00000010 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.
SERIF0x00000020 Serif character. See also SANSSERIF.
SMALLCAPS0x00000100 Character in a Small Caps word. The code is always upper case.
STRIKETHROUGH0x00000400 Struck through character. It is not used. It is only for future versions.
SUBSCRIPT0x00000800 Subscript character.
SUPERSCRIPT0x00001000 Superscript character.
UNDERLINE0x00000200 Underlined character.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Recognition.ImGearRecFontFlags

See Also

Reference

ImageGear.Recognition Namespace
FontAttribute Property

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback