Aspose::Page::XPS::XpsDocument::AddGlyphs method

XpsDocument::AddGlyphs(System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method

Adds new glyphs to the active page.

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::AddGlyphs(System::SharedPtr<XpsModel::XpsFont> font, float fontRenderingEmSize, float originX, float originY, System::String unicodeString)
ParameterTypeDescription
fontSystem::SharedPtr<XpsModel::XpsFont>Font resource.
fontRenderingEmSizefloatFont size.
originXfloatGlyphs origin X coordinate.
originYfloatGlyphs origin Y coordinate.
unicodeStringSystem::StringString to be printed.

ReturnValue

Added glyphs.

See Also

XpsDocument::AddGlyphs(System::String, float, System::Drawing::FontStyle, float, float, System::String) method

Adds new glyphs to the active page.

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

ReturnValue

Added glyphs.

See Also