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)
| Parameter | Type | Beschrijving |
|---|---|---|
| index | int32_t | Positie waarop nieuwe glyphs moeten worden ingevoegd. |
| fontFamily | System::String | Font familie. |
| fontSize | float | Font grootte. |
| fontStyle | System::Drawing::FontStyle | Font stijl. |
| originX | float | Glyphs oorsprong X-coördinaat. |
| originY | float | Glyphs oorsprong T-coördinaat. |
| unicodeString | System::String | Te afdrukken tekenreeks. |
ReturnValue
Toegevoegde glyphs.
Zie ook
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class XpsCanvas
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++