Aspose::TeX::Presentation::Pdf::PdfDevice::DrawString method
PdfDevice::DrawString method
Draws a text string.
void Aspose::TeX::Presentation::Pdf::PdfDevice::DrawString(System::String str, float originX, float originY, System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<GlyphData>>> charInfos) override
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 PdfDevice
- Namespace Aspose::TeX::Presentation::Pdf
- Library Aspose.TeX for C++