| LabelStyle () | in
LabelStyle | |
| MarkupLabelStyle () | in
MarkupLabelStyle | Creates a new instance using an ILabelStyleRenderer implementation as renderer. |
| addText (SVGGElement | SVGTextElement, string, Font, Size?, TextWrapping?, TextMeasurePolicy?, boolean?, GeneralPath?) | in
TextRenderSupport | Add the text content to the provided SVG text element. |
| invalidateTextMeasurementCache (Font?) | in
TextRenderSupport | Resets the cache that stores for a Font which actual TextMeasurePolicy is used if AUTOMATIC is set. |
| 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. |
| from (Font) | in
Font | Creates a Font instance from the given font-like object by performing automatic type conversion. |
| WebGLLabelStyle (Font?, Color?, Color?, WebGLStroke?, HorizontalTextAlignment?, Insets?, WebGLLabelShape?, WebGLEffect?, number?, WebGLTextureRendering?, TextWrapping?, TextWrappingShape?, number?, VerticalTextAlignment?) | in
WebGLLabelStyle | Creates a new label style that is rendered with WebGL2. |