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)
Syntax
public XpsGlyphs AddGlyphs(
	string fontFamily,
	float fontRenderingEmSize,
	FontStyle fontStyle,
	float originX,
	float originY,
	string unicodeString
)

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: XpsGlyphs
Added glyphs.
See Also