Aspose::Page::XPS::XpsModel::XpsCanvas::AddGlyphs method

XpsCanvas::AddGlyphs method

Adds new glyphs to this canvas’s child list.

System::SharedPtr<XpsGlyphs> Aspose::Page::XPS::XpsModel::XpsCanvas::AddGlyphs(System::String fontFamily, float fontSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
ParameterTypeDescription
fontFamilySystem::StringFont family.
fontSizefloatFont size.
fontStyleSystem::Drawing::FontStyleFont style.
originXfloatGlyphs origin X coordinate.
originYfloatGlyphs origin T coordinate.
unicodeStringSystem::StringString to be printed.

ReturnValue

Added glyphs.

See Also