Classe EmfSetMapperFlags
Contenu
[
Cacher
]Summary: The EMR_SETMAPPERFLAGS record specifies parameters of the process of matching logical fonts to
physical fonts, which is performed by the font mapper.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfSetMapperFlags
Inheritance: EmfStateRecordType
Constructors
| Name | Description |
|---|---|
| EmfSetMapperFlags(source) | Initialise une nouvelle instance de la classe EmfSetMapperFlags. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| flags | int | r/w | Obtient ou définit un entier non signé de 32 bits qui spécifie les paramètres du processus d’appariement des polices. |
| size | int | r/w | Obtient ou définit la taille de l’enregistrement |
| type | EmfRecordType | r/w | Obtient ou définit le type. |
Methods
| Name | Description |
|---|---|
| create_from_record(source) | Initialise une nouvelle instance de la classe EmfRecord. |
| create_from_type(type) | Initialise une nouvelle instance de la classe EmfRecord. |
Constructor: EmfSetMapperFlags(source)
EmfSetMapperFlags(source)
Initialise une nouvelle instance de la classe EmfSetMapperFlags.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| source | EmfRecord | La source. |
Method: create_from_record(source) [static]
create_from_record(source)
Initialise une nouvelle instance de la classe EmfRecord.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| source | EmfRecord | La source. |
Returns
| Type | Description |
|---|---|
| EmfRecord |
Method: create_from_type(type) [static]
create_from_type(type)
Initialise une nouvelle instance de la classe EmfRecord.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| type | EmfRecordType | Le type d’enregistrement. |
Returns
| Type | Description |
|---|---|
| EmfRecord |