EmfPlusFont

EmfPlusFont class

The EmfPlusFont object specifies properties that determine the appearance of text, including typeface, size, and style.

public sealed class EmfPlusFont : EmfPlusGraphicsObjectType

Constructors

NameDescription
EmfPlusFont()The default constructor.

Properties

NameDescription
EmSize { get; set; }Gets or sets a 32-bit floating-point value that specifies the em size of the font in units specified by the SizeUnit field.
FamilyName { get; set; }Gets or sets a string of Length Unicode characters that contains the name of the font family
FontStyleFlags { get; set; }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).
SizeUnit { get; set; }Gets or sets a 32-bit unsigned integer that specifies the units used for the EmSize field. These are typically the units that were employed when designing the font. The value MUST be in the UnitType enumeration (section 2.1.1.33).
Version { get; set; }Gets or sets the version.

See Also