FontStyleFlags

EmfPlusFont.FontStyleFlags property

Gets or sets a 32-bit signed integer that specifies attributes of the character glyphs that affect the appearance of the font, such as bold and italic. This value MUST be composed of FontStyle flags (section 2.1.2.4).

public EmfPlusFontStyleFlags FontStyleFlags { get; set; }

See Also