Aspose::Page::XPS::XpsDocument::InsertGlyphs Methode

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

Fügt neue Glyphen zur aktiven Seite an der Position index ein.

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)
ParameterTypBeschreibung
Indexint32_tPosition, an der neue Glyphen eingefügt werden sollen.
fontSystem::SharedPtr<XpsModel::XpsFont>Font Ressource.
fontSizefloatFont Größe.
originXfloatGlyphen Ursprung X-Koordinate.
originYfloatGlyphen Ursprung Y-Koordinate.
unicodeStringSystem::StringString, der gedruckt werden soll.

ReturnValue

Eingefügte Glyphen.

Siehe auch

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

Fügt neue Glyphen zur aktiven Seite an der Position index ein.

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)
ParameterTypBeschreibung
Indexint32_tPosition, an der neue Glyphen eingefügt werden sollen.
fontFamilySystem::StringFont Familie.
fontSizefloatFont Größe.
fontStyleSystem::Drawing::FontStyleFont Stil.
originXfloatGlyphen Ursprung X-Koordinate.
originYfloatGlyphen Ursprung Y-Koordinate.
unicodeStringSystem::StringString, der gedruckt werden soll.

ReturnValue

Eingefügte Glyphen.

Siehe auch