Aspose::Page::XPS::XpsModel::XpsCanvas::InsertGlyphs method
XpsCanvas::InsertGlyphs method
Inserts new glyphs to this canvas’s child list at index position.
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 | 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 T coordinate. |
unicodeString | System::String | String to be printed. |
ReturnValue
Added glyphs.
See Also
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class XpsCanvas
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++