Aspose::Page::XPS::XpsModel::XpsCanvas::InsertGlyphs Methode

XpsCanvas::InsertGlyphs method

Fügt neue Glyphs an der Position index in die Kindliste dieses Canvas ein.

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)
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-Ursprungs‑T‑Koordinate.
unicodeStringSystem::StringString, der gedruckt werden soll.

ReturnValue

Hinzugefügte Glyphen.

Siehe auch