WmfPitchAndFamily Class
Contents
[
Hide
]Summary: 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.
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfPitchAndFamily
Constructors
Name | Description |
---|---|
WmfPitchAndFamily() | Initializes a new instance of the WmfPitchAndFamily class |
WmfPitchAndFamily(byte_data) | Initializes a new instance of the WmfPitchAndFamily struct. |
WmfPitchAndFamily(pitch, family) | Initializes a new instance of the WmfPitchAndFamily struct. |
Properties
Name | Type | Access | Description |
---|---|---|---|
byte_data | byte | r/w | Sets the byte data. |
family | WmfFamilyFont | r | Gets A property of a font that describes its general appearance. This MUST be a value in the FamilyFont enumeration |
pitch | WmfPitchFont | r | Gets A property of a font that describes the pitch, of the characters. This MUST be a value in the PitchFont enumeration. |
Methods
Name | Description |
---|---|
to_byte() | To the byte. |
Constructor: WmfPitchAndFamily()
WmfPitchAndFamily()
Initializes a new instance of the WmfPitchAndFamily class
Constructor: WmfPitchAndFamily(byte_data)
WmfPitchAndFamily(byte_data)
Initializes a new instance of the WmfPitchAndFamily
struct.
Parameters:
Parameter | Type | Description |
---|---|---|
byte_data | byte | The byte data. |
Constructor: WmfPitchAndFamily(pitch, family)
WmfPitchAndFamily(pitch, family)
Initializes a new instance of the WmfPitchAndFamily
struct.
Parameters:
Parameter | Type | Description |
---|---|---|
pitch | WmfPitchFont | The pitch. |
family | WmfFamilyFont | The family. |
Method: to_byte()
to_byte()
To the byte.
Returns
Type | Description |
---|---|
byte | The byte value. |