Package | Description |
---|---|
com.aspose.xps |
The com.aspose.xps is a root package for all classes that deal with XPS document.
|
Modifier and Type | Method and Description |
---|---|
static XpsFontStyle |
XpsFontStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XpsFontStyle[] |
XpsFontStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
XpsGlyphs |
XpsCanvas.addGlyphs(String fontFamily,
float fontSize,
XpsFontStyle fontStyle,
float originX,
float originY,
String unicodeString)
Adds new glyphs to this canvas's child list.
|
XpsGlyphs |
XpsDocument.addGlyphs(String fontFamily,
float fontRenderingEmSize,
XpsFontStyle fontStyle,
float originX,
float originY,
String unicodeString)
Adds new glyphs to the active page.
|
XpsFont |
XpsDocument.createFont(String fontFamily,
XpsFontStyle fontStyle)
Creates a new TrueType font resource.
|
XpsGlyphs |
XpsDocument.createGlyphs(String fontFamily,
float fontRenderingEmSize,
XpsFontStyle fontStyle,
float originX,
float originY,
String unicodeString)
Creates new glyphs.
|
XpsGlyphs |
XpsCanvas.insertGlyphs(int index,
String fontFamily,
float fontSize,
XpsFontStyle fontStyle,
float originX,
float originY,
String unicodeString)
Inserts new glyphs to this canvas's child list at
index position. |
XpsGlyphs |
XpsDocument.insertGlyphs(int index,
String fontFamily,
float fontSize,
XpsFontStyle fontStyle,
float originX,
float originY,
String unicodeString)
Inserts new glyphs to the active page at
index position. |
Copyright © 2022 Aspose. All Rights Reserved.