Package | Description |
---|---|
com.aspose.eps.device | |
com.aspose.page | |
com.aspose.xps.rendering |
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.
|