Aspose::Page::XPS::XpsDocument::InsertGlyphs Methode
Inhalt
[
Ausblenden
]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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Index | int32_t | Position, an der neue Glyphen eingefügt werden sollen. |
| font | System::SharedPtr<XpsModel::XpsFont> | Font Ressource. |
| fontSize | float | Font Größe. |
| originX | float | Glyphen Ursprung X-Koordinate. |
| originY | float | Glyphen Ursprung Y-Koordinate. |
| unicodeString | System::String | String, der gedruckt werden soll. |
ReturnValue
Eingefügte Glyphen.
Siehe auch
- Typedef SharedPtr
- Class XpsGlyphs
- Class XpsFont
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
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)
| 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 Ursprung Y-Koordinate. |
| unicodeString | System::String | String, der gedruckt werden soll. |
ReturnValue
Eingefügte Glyphen.
Siehe auch
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++