Package | Description |
---|---|
com.aspose.eps.device |
The com.aspose.eps.device package provides classes of possible devices and save options that can be used while converting PS/EPS to other formats.
|
com.aspose.page |
The Aspose.Page is a root package for all classes of Aspose.Page library which are either directly in it like Device or indirectly through several subpackages.
|
com.aspose.xps.rendering |
The com.aspose.xps.rendering package provides base classes for rendering XPS document to other formats.
|
Modifier and Type | Method and Description |
---|---|
ITrFont |
ImageDevice.getFont()
Gets current font.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageDevice.setFont(ITrFont font)
Specifies current font.
|
void |
PdfDevice.setFont(ITrFont font)
Specifies current font.
|
void |
ImageDevice.writeString(ITrFont font,
String str)
Writes out string with specified font.
|
void |
PdfDevice.writeString(ITrFont font,
String str)
Writes out string with specified font.
|
Modifier and Type | Method and Description |
---|---|
ITrFont |
ITrFont.clone()
Clones the font.
|
ITrFont |
ITrFont.deriveFont(AffineTransform transform)
Creates equivalent of this font with new transform.
|
ITrFont |
ITrFont.deriveFont(float size)
Creates equivalent of this font with new size.
|
ITrFont |
ITrFont.deriveFont(float size,
int style)
Creates equivalent of this font with new size and style.
|
ITrFont |
ITrFont.deriveFont(int style)
Creates equivalent of this font with new style.
|
ITrFont |
Device.getFont()
Gets current font.
|
Modifier and Type | Method and Description |
---|---|
void |
Device.setFont(ITrFont font)
Specifies a font.
|
void |
Device.writeString(ITrFont font,
String str)
Writes out string with specified font.
|
Modifier and Type | Method and Description |
---|---|
ITrFont |
ImageDevice.getFont()
Gets the current font.
|
ITrFont |
PdfDevice.getFont()
Gets the current font.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageDevice.setFont(ITrFont value)
Sets the current font.
|
void |
PdfDevice.setFont(ITrFont value)
Sets the current font.
|
Copyright © 2022 Aspose. All Rights Reserved.