| from (TextMeasurePolicy) | in
TextMeasurePolicy | Converts the given argument to an enum constant of this enum type. |
| getName (TextMeasurePolicy) | in
TextMeasurePolicy | Returns the name of the given enum constant. |
| addText (SVGGElement | SVGTextElement, string, Font, Size?, TextWrapping?, TextMeasurePolicy?, boolean?, GeneralPath?) | in
TextRenderSupport | Add the text content to the provided SVG text element. |
| measureText (string, Font, Size?, TextWrapping?, TextMeasurePolicy?) | in
TextRenderSupport | Calculates the width and height required to render the provided text using the provided Font, taking text-wrapping into account. |