Enum EmfPlusFontStyleFlags
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly: Aspose.Imaging.dll (25.4.0)
The FontStyle flags specify styles of graphics font typefaces. These flags can be combined to specify multiple options.
[Flags]
public enum EmfPlusFontStyleFlags
Fields
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.
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.
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.
Remarks
Graphics font typefaces are specified by Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusFont objects