SvgDevice.DrawString
SvgDevice.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 override 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 SvgDevice
- namespace Aspose.TeX.Presentation.Svg
- assembly Aspose.TeX