Package | Description |
---|---|
com.aspose.imaging.fileformats.emf.emf.objects |
The package contains types [MS-EMF]: Enhanced Metafile Format.
|
com.aspose.imaging.fileformats.emf.emf.records |
The package contains types [MS-EMF]: Enhanced Metafile Format.
|
com.aspose.imaging.fileformats.wmf.objects |
The package contains types [MS-WMF]: Windows
Metafile Format 2.2 WMF Objects
|
Modifier and Type | Class and Description |
---|---|
class |
EmfLogFontEx
The LogFontEx object specifies the extended attributes of a logical font.
|
class |
EmfLogFontExDv
The LogFontExDv object specifies the design vector for an extended logical font.
|
class |
EmfLogFontPanose
The LogFontPanose object specifies the PANOSE characteristics of a logical font.
|
Constructor and Description |
---|
EmfLogFontEx(EmfLogFont emfLogFont)
Initializes a new instance of the
EmfLogFontEx class. |
EmfLogFontPanose(EmfLogFont emfLogFont)
Initializes a new instance of the
EmfLogFontPanose class. |
Modifier and Type | Method and Description |
---|---|
EmfLogFont |
EmfExtCreateFontIndirectW.getElw()
Gets or sets a LogFontExDv object (section 2.2.15), which specifies the logical font.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfExtCreateFontIndirectW.setElw(EmfLogFont value)
Gets or sets a LogFontExDv object (section 2.2.15), which specifies the logical font.
|
Modifier and Type | Method and Description |
---|---|
EmfLogFont |
WmfCreateFontInDirect.getLogFont()
Gets or sets the log font.
|
Modifier and Type | Method and Description |
---|---|
void |
WmfCreateFontInDirect.setLogFont(EmfLogFont value)
Gets or sets the log font.
|