EmfPlusFontStyleFlags

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

NameValueDescription
FontStyleBold1If 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.
FontStyleItalic2If 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.
FontStyleUnderline4If 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.
FontStyleStrikeout8If 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