Enum EmfPlusFontStyleFlags
Contents
[
Hide
]EmfPlusFontStyleFlags enumeration
The FontStyle flags specify styles of graphics font typefaces. These flags can be combined to specify multiple options.
[Flags]
public enum EmfPlusFontStyleFlags
Values
Name | Value | Description |
---|---|---|
FontStyleBold | 1 | If set, the font typeface MUST be rendered with a heavier weight or thickness. If clear, the font typeface MUST be rendered with a normal thickness. |
FontStyleItalic | 2 | If set, the font typeface MUST be rendered with the vertical stems of the characters at an increased angle or slant relative to the baseline. If clear, the font typeface MUST be rendered with the vertical stems of the characters at a normal angle. |
FontStyleUnderline | 4 | If set, the font typeface MUST be rendered with a line underneath the baseline of the characters. If clear, the font typeface MUST be rendered without a line underneath the baseline. |
FontStyleStrikeout | 8 | If set, the font typeface MUST be rendered with a line parallel to the baseline drawn through the middle of the characters. If clear, the font typeface MUST be rendered without a line through the characters. |
Remarks
Graphics font typefaces are specified by EmfPlusFont
objects
See Also
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
- assembly Aspose.Imaging