Device.DrawString
Device.DrawString method
Draws a text string.
[Obsolete("This method has been deprecated starting from version 24.7 and will be hidden in version 24.10.")]
public abstract void DrawString(string str, float originX, float originY, List<GlyphData> charInfos)
| Parameter | Type | Description |
|---|---|---|
| str | String | The string. |
| originX | Single | The x coordinate of the origin. |
| originY | Single | The x coordinate of the origin. |
| charInfos | List`1 | Glyph data required for precise typesetting of a text string. |
See Also
- class GlyphData
- class Device
- namespace Aspose.TeX.Presentation
- assembly Aspose.TeX