|
Anark Core SDK
|
A text renderer - converts text strings into geometry. More...
Public Member Functions | |
| 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. | |
A text renderer - converts text strings into geometry.
| ISdkAnnotationGeometry Anark.CoreSdkApi.Entities.ISdkTextRenderer.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.
| 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 |
Implemented in Anark.CoreSdkApi.Entities.SdkTextRenderer.