|
Anark Core SDK
|
Public Member Functions | |||||||||||||||
| SdkTextRenderer () | |||||||||||||||
| Default constructor. | |||||||||||||||
| ISdkAnnotationGeometry | GetGeometry (string text, string fontName="Arial", SdkColor4F color=null, bool fill=true, StringAlignment alignment=StringAlignment.Near, StringAlignment verticalAlignment=StringAlignment.Center, int layer=1) | ||||||||||||||
Gets the geometry for a given text string.
| |||||||||||||||
|
inline |
Default constructor.
|
inline |
Gets the geometry for a given text string.
| text | The text string to convert. |
| fontName | The name of the font to use. |
| color | The color of the generated geometry. |
| fill | Whether the text should be filled in. |
| alignment | The horizontal alignment of the text. |
| verticalAlignment | The vertical alignment of the text. |
| layer | The Z layer of the text |
Implements Anark.CoreSdkApi.Entities.ISdkTextRenderer.