Aspose::Page::XPS::XpsDocument::InsertGlyphs metod

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

Infogar nya glyphs på den aktiva sidan på index position.

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::InsertGlyphs(int32_t index, System::SharedPtr<XpsModel::XpsFont> font, float fontSize, float originX, float originY, System::String unicodeString)
ParameterTypeBeskrivning
indexint32_tPosition där nya glyfer ska infogas.
fontSystem::SharedPtr<XpsModel::XpsFont>Font resurs.
fontSizefloatFont storlek.
originXfloatGlyphs ursprung X-koordinat.
originYfloatGlyphs ursprung Y-koordinat.
unicodeStringSystem::StringSträng som ska skrivas ut.

ReturnValue

Infogade glyfer.

Se även

XpsDocument::InsertGlyphs(int32_t, System::String, float, System::Drawing::FontStyle, float, float, System::String) method

Infogar nya glyphs på den aktiva sidan på index position.

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::InsertGlyphs(int32_t index, System::String fontFamily, float fontSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
ParameterTypeBeskrivning
indexint32_tPosition där nya glyfer ska infogas.
fontFamilySystem::StringFont familj.
fontSizefloatFont storlek.
fontStyleSystem::Drawing::FontStyleFont stil.
originXfloatGlyphs ursprung X-koordinat.
originYfloatGlyphs ursprung Y-koordinat.
unicodeStringSystem::StringSträng som ska skrivas ut.

ReturnValue

Infogade glyfer.

Se även