Click or drag to resize
AB4D logo

InstancedTextNode Properties

The InstancedTextNode type exposes the following members.

Properties
 NameDescription
Public propertyAlphaClipThreshold AlphaClipThreshold is used to correctly render the textures with rendered characters and transparent background. It specifies at which alpha value the pixels will be clipped (not rendered and their depth will not be written to the depth buffer). Default value is 0.15. When set to 0, then alpha-clipping is disabled and in this case the characters may not be rendered correctly.
Public propertyCharactersCount Gets the number of characters rendered by this InstancedTextNode.
Public propertyFontFamily Gets the FontFamily that is used by this InstancedTextNode
Public propertyFontWeight Gets the FontWeight that is used by this InstancedTextNode
Top
See Also