WmfPitchAndFamily Classe
Contenu
[
Cacher
]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() | Initialise une nouvelle instance de la classe WmfPitchAndFamily |
| WmfPitchAndFamily(byte_data) | Initialise une nouvelle instance de la WmfPitchAndFamily structure. |
| WmfPitchAndFamily(pitch, family) | Initialise une nouvelle instance de la WmfPitchAndFamily structure. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| byte_data | System.Byte | r/w | Définit les données byte. |
| family | WmfFamilyFont | r | Obtient une propriété d’une police qui décrit son apparence générale. Cette valeur DOIT être une valeur dans l’énumération FamilyFont |
| pitch | WmfPitchFont | r | Obtient une propriété d’une police qui décrit le crénage, des caractères. Cette valeur DOIT être une valeur dans l’énumération PitchFont. |
Methods
| Name | Description |
|---|---|
| to_byte() | Vers le byte. |
Constructor: WmfPitchAndFamily()
WmfPitchAndFamily()
Initialise une nouvelle instance de la classe WmfPitchAndFamily
Constructor: WmfPitchAndFamily(byte_data)
WmfPitchAndFamily(byte_data)
Initialise une nouvelle instance de la WmfPitchAndFamily
structure.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| byte_data | System.Byte | Les données byte. |
Constructor: WmfPitchAndFamily(pitch, family)
WmfPitchAndFamily(pitch, family)
Initialise une nouvelle instance de la WmfPitchAndFamily
structure.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| pitch | WmfPitchFont | Le crénage. |
| family | WmfFamilyFont | La famille. |
Method: to_byte()
to_byte()
Vers le byte.
Returns
| Type | Description |
|---|---|
| System.Byte | La valeur du byte. |