Provides information about the style and font weight of the a character.
Syntax
Members
| Member | Value | Description |
| Bold | 4 |
Indicates that the relevant character is bold.
|
| Italic | 2 |
Indicates that the relevant character is italic.
|
| Monospaced | 8 |
Monospaced character. See also PROPORTIONAL.
|
| None | 0 |
Default value. Indicates no font style information.
|
| Proportional | 16 |
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 | 64 |
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 | 32 |
Serif character. See also SANSSERIF.
|
| Spaced | 1 |
Indicates that individual characters are separated by single spaces.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Accusoft.SmartZoneOCRSdk.FontAttributes
See Also