Aspose::Page::XPS::XpsDocument::CreateGlyphs method

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

Creates new glyphs.

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::CreateGlyphs(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

New glyphs.

See Also

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

Creates new glyphs.

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::CreateGlyphs(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

New glyphs.

See Also