Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertGlyphs method
inhoud
[
verbergen
]PageAPI::InsertGlyphs(int32_t, System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method
Voegt nieuwe glyphs toe aan de pagina op index positie.
System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertGlyphs(int32_t index, System::SharedPtr<XpsModel::XpsFont> font, float fontSize, float originX, float originY, System::String unicodeString)
| Parameter | Type | Beschrijving |
|---|---|---|
| index | int32_t | Positie waarop nieuwe glyphs moeten worden ingevoegd. |
| font | System::SharedPtr<XpsModel::XpsFont> | Font bron. |
| fontSize | float | Font grootte. |
| originX | float | Glyphs oorsprong X-coördinaat. |
| originY | float | Glyphs oorsprong Y-coördinaat. |
| unicodeString | System::String | Te afdrukken tekenreeks. |
ReturnValue
Ingevoegde glyphs.
Zie ook
- Typedef SharedPtr
- Class XpsGlyphs
- Class XpsFont
- Class String
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::InsertGlyphs(int32_t, System::String, float, System::Drawing::FontStyle, float, float, System::String) method
Voegt nieuwe glyphs toe aan de pagina op index positie.
System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::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 Y-coördinaat. |
| unicodeString | System::String | Te afdrukken tekenreeks. |
ReturnValue
Ingevoegde glyphs.
Zie ook
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++