EmfPlusFontStyleFlags
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfPlusFontStyleFlags extends System.Enum
The FontStyle flags specify styles of graphics font typefaces. These flags can be combined to specify multiple options.
Graphics font typefaces are specified by EmfPlusFont objects
Fields
Field | Description |
---|---|
FontStyleBold | If set, the font typeface MUST be rendered with a heavier weight or thickness. |
FontStyleItalic | 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. |
FontStyleUnderline | If set, the font typeface MUST be rendered with a line underneath the baseline of the characters. |
FontStyleStrikeout | If set, the font typeface MUST be rendered with a line parallel to the baseline drawn through the middle of the characters. |
FontStyleBold
public static final int FontStyleBold
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
public static final int FontStyleItalic
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
public static final int FontStyleUnderline
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
public static final int FontStyleStrikeout
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.