TextNode component is a wrapper around the SVG text element that provides additional functionality for rendering text.
It uses the Vectorizer library to handle text rendering and annotations.
It allows you to specify various text options such as end-of-line characters, vertical alignment, line height, and more.
See
Vectorizer
Vectorizer.TextOptions
Returns
The rendered SVG text element with the specified properties.
TextNode component is a wrapper around the SVG text element that provides additional functionality for rendering text. It uses the Vectorizer library to handle text rendering and annotations. It allows you to specify various text options such as end-of-line characters, vertical alignment, line height, and more.