ImGearOCRFontFlags Enumeration
In This Topic
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
See Also