Aspose::Page::XPS::XpsDocument::InsertGlyphs method
Contents
[
Hide
]XpsDocument::InsertGlyphs(int32_t, System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method
Inserts new glyphs to the active page at index position.
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 | Type | Description |
---|---|---|
index | int32_t | Position at which new glyphs should be inserted. |
font | System::SharedPtr<XpsModel::XpsFont> | Font resource. |
fontSize | float | Font size. |
originX | float | Glyphs origin X coordinate. |
originY | float | Glyphs origin Y coordinate. |
unicodeString | System::String | String to be printed. |
ReturnValue
Inserted glyphs.
See Also
- 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
Inserts new glyphs to the active page at index position.
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 | Type | Description |
---|---|---|
index | int32_t | Position at which new glyphs should be inserted. |
fontFamily | System::String | Font family. |
fontSize | float | Font size. |
fontStyle | System::Drawing::FontStyle | Font style. |
originX | float | Glyphs origin X coordinate. |
originY | float | Glyphs origin Y coordinate. |
unicodeString | System::String | String to be printed. |
ReturnValue
Inserted glyphs.
See Also
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++