Aspose::Page::XPS::XpsModel::XpsCanvas::InsertGlyphs methode

XpsCanvas::InsertGlyphs method

Voegt nieuwe glyphs in de kindlijst van dit canvas in op positie index.

System::SharedPtr<XpsGlyphs> Aspose::Page::XPS::XpsModel::XpsCanvas::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 T-coördinaat.
unicodeStringSystem::StringTe afdrukken tekenreeks.

ReturnValue

Toegevoegde glyphs.

Zie ook