Aspose::Page::XPS::XpsDocument::InsertGlyphs methode

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

Voegt nieuwe glyphs toe aan de actieve pagina op positie index.

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)
ParameterTypeBeschrijving
indexint32_tPositie waarop nieuwe glyphs moeten worden ingevoegd.
fontSystem::SharedPtr<XpsModel::XpsFont>Font bron.
fontSizefloatFont grootte.
originXfloatGlyphs oorsprong X-coördinaat.
originYfloatGlyphs oorsprong Y-coördinaat.
unicodeStringSystem::StringTe afdrukken tekenreeks.

ReturnValue

Ingevoegde glyphs.

Zie ook

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

Voegt nieuwe glyphs toe aan de actieve pagina op positie index.

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)
ParameterTypeBeschrijving
indexint32_tPositie waarop nieuwe glyphs moeten worden ingevoegd.
fontFamilySystem::StringFont familie.
fontSizefloatFont grootte.
fontStyleSystem::Drawing::FontStyleFont stijl.
originXfloatGlyphs oorsprong X-coördinaat.
originYfloatGlyphs oorsprong Y-coördinaat.
unicodeStringSystem::StringTe afdrukken tekenreeks.

ReturnValue

Ingevoegde glyphs.

Zie ook