WmfPitchAndFamily

WmfPitchAndFamily structure

The PitchAndFamily object specifies the pitch and family properties of a Font object (section 2.2.1.2). Pitch refers to the width of the characters, and family refers to the general appearance of a font.

public struct WmfPitchAndFamily

Constructors

NameDescription
WmfPitchAndFamily(byte)Initializes a new instance of the WmfPitchAndFamily struct.
WmfPitchAndFamily(WmfPitchFont, WmfFamilyFont)Initializes a new instance of the WmfPitchAndFamily struct.

Properties

NameDescription
ByteData { get; set; }Sets the byte data.
Family { get; }Gets A property of a font that describes its general appearance. This MUST be a value in the FamilyFont enumeration
Pitch { get; }Gets A property of a font that describes the pitch, of the characters. This MUST be a value in the PitchFont enumeration.

Methods

NameDescription
ToByte()To the byte.

See Also