public final class EmfPlusFontStyleFlags
extends com.aspose.ms.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 Objects.EmfPlusFont
objects
Modifier and Type | Field and Description |
---|---|
static int |
FontStyleBold
If set, the font typeface MUST be rendered with a heavier weight or thickness.
|
static 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.
|
static int |
FontStyleStrikeout
If set, the font typeface MUST be rendered with a line parallel to the baseline drawn through the middle of the characters.
|
static int |
FontStyleUnderline
If set, the font typeface MUST be rendered with a line underneath the baseline of the characters.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
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.
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.
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.
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.