Package | Description |
---|---|
com.aspose.xps |
Modifier and Type | Method and Description |
---|---|
XpsFont |
XpsDocument.createFont(InputStream stream)
Creates a new TrueType font resource out of stream.
|
XpsFont |
XpsDocument.createFont(String fontFamily,
XpsFontStyle fontStyle)
Creates a new TrueType font resource.
|
XpsFont |
XpsGlyphs.getFont()
Returns the font resource for the TrueType font used to typeset elements text.
|
Modifier and Type | Method and Description |
---|---|
XpsGlyphs |
XpsDocument.addGlyphs(XpsFont font,
float fontRenderingEmSize,
float originX,
float originY,
String unicodeString)
Adds new glyphs to the active page.
|
XpsGlyphs |
XpsDocument.createGlyphs(XpsFont font,
float fontRenderingEmSize,
float originX,
float originY,
String unicodeString)
Creates new glyphs.
|
XpsGlyphs |
XpsDocument.insertGlyphs(int index,
XpsFont font,
float fontSize,
float originX,
float originY,
String unicodeString)
Inserts new glyphs to the active page at
index position. |
Copyright © 2022 Aspose. All Rights Reserved.