Aspose::TeX::Presentation::Device::DrawString method
Device::DrawString method
Draws a text string.
virtual void Aspose::TeX::Presentation::Device::DrawString(System::String str, float originX, float originY, System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<GlyphData>>> charInfos)=0
Parameter | Type | Description |
---|---|---|
str | System::String | The string. |
originX | float | The x coordinate of the origin. |
originY | float | The x coordinate of the origin. |
charInfos | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<GlyphData>>> | Glyph data required for precise typesetting of a text string. |
Deprecated
This method has been deprecated starting from version 24.7 and will be hidden in version 24.10. False
See Also
- Class String
- Typedef SharedPtr
- Class List
- Class GlyphData
- Class Device
- Namespace Aspose::TeX::Presentation
- Library Aspose.TeX for C++