SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / FontAttributes Enumeration




In This Topic
    FontAttributes Enumeration
    In This Topic
    Provides information about the style and font weight of the a character.
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum FontAttributes 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FontAttributes
    [Flags()]
    public enum FontAttributes : System.Enum 
    [Flags()]
    __value public enum FontAttributes : public System.Enum 
    [Flags()]
    public enum class FontAttributes : public System.Enum 
    Members
    MemberValueDescription
    Bold4 Indicates that the relevant character is bold.
    Italic2 Indicates that the relevant character is italic.
    Monospaced8 Monospaced character. See also PROPORTIONAL.
    None0 Default value. Indicates no font style information.
    Proportional16 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.
    Sansserif64 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.
    Serif32 Serif character. See also SANSSERIF.
    Spaced1 Indicates that individual characters are separated by single spaces.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Accusoft.SmartZoneOCRSdk.FontAttributes

    See Also