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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Index | int32_t | Position, an der neue Glyphen eingefügt werden sollen. |
| fontFamily | System::String | Font Familie. |
| fontSize | float | Font Größe. |
| fontStyle | System::Drawing::FontStyle | Font Stil. |
| originX | float | Glyphen Ursprung X-Koordinate. |
| originY | float | Glyphen-Ursprungs‑T‑Koordinate. |
| unicodeString | System::String | String, der gedruckt werden soll. |
ReturnValue
Hinzugefügte Glyphen.
Siehe auch
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class XpsCanvas
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++