| Package | Description |
|---|---|
| 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.
|
| 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()
Deprecated.
Gets current font.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Device.setFont(ITrFont font)
Deprecated.
Specifies a font.
|
void |
Device.writeString(ITrFont font,
String str)
Deprecated.
Writes out string with specified font.
|
Copyright © 2025 Aspose. All Rights Reserved.