XpsDocumentAddGlyphs Method (String, Single, FontStyle, Single, Single, String) |
Adds new glyphs to the active page.
Namespace:
Aspose.Page.XPS
Assembly:
Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntaxpublic XpsGlyphs AddGlyphs(
string fontFamily,
float fontRenderingEmSize,
FontStyle fontStyle,
float originX,
float originY,
string unicodeString
)
Public Function AddGlyphs (
fontFamily As String,
fontRenderingEmSize As Single,
fontStyle As FontStyle,
originX As Single,
originY As Single,
unicodeString As String
) As XpsGlyphs
public:
XpsGlyphs^ AddGlyphs(
String^ fontFamily,
float fontRenderingEmSize,
FontStyle fontStyle,
float originX,
float originY,
String^ unicodeString
)
member AddGlyphs :
fontFamily : string *
fontRenderingEmSize : float32 *
fontStyle : FontStyle *
originX : float32 *
originY : float32 *
unicodeString : string -> XpsGlyphs
Parameters
- fontFamily
- Type: SystemString
Font family. - fontRenderingEmSize
- Type: SystemSingle
Font size. - fontStyle
- Type: System.DrawingFontStyle
Font style. - originX
- Type: SystemSingle
Glyphs origin X coordinate. - originY
- Type: SystemSingle
Glyphs origin Y coordinate. - unicodeString
- Type: SystemString
String to be printed.
Return Value
Type:
XpsGlyphsAdded glyphs.
See Also