← Back to carmenta.com
Carmenta Engine SDK Documentation
×

TextVisualizer.CharacterIndex Property

Gets or sets a value indicating that a single character from the selected font should be drawn.

Thread safety: This property is not thread-safe. Show

Syntax

C#
public AttributeVariable< System.Int64 > CharacterIndex { get; set; }

Property Value

Type: An attribute variable that returns a value of type System.Int64.
Default: -1
A character index in the selected font. If −1, the Text property will be used instead.

Remarks

Normally, the visualizer draws the text specified by the Text property. However, if this property is set to a value other than −1, it will be used to index a single character from the selected font, and only this character will be drawn. This is typically used for symbol fonts.

Note

Single characters created from a symbol font by specifying a CharacterIndex are ignored by the label placement algorithm when it removes duplicates. If you want to remove duplicate symbols generated from a symbol font you must make use of the LabelOrganizingSettings.DuplicateAttribute property.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept