Click or drag to resize
Ab4d.SharpEngine logo

InstancedTextNode Properties

The InstancedTextNode type exposes the following members.

Properties
 NameDescription
Public propertyAdditionalCharacterSpace Gets or sets additional space after each character.
Public propertyAdditionalLineSpace Gets or sets additional space after each line.
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.5. When set to 0, then alpha-clipping is disabled and in this case the characters may not be rendered correctly.
Public propertyCacheFontGpuImages When true (by default) than loaded font GpuImages are cached on the VulkanDevice's cache.
Public propertyCharactersCount Gets the number of characters rendered by this InstancedTextNode.
Public propertyFontFamily Gets the FontFamily that is used by this InstancedTextNode
Public propertyIsKerningUsed Gets or sets a Boolean that specifies if font kerning is used (different distance between characters may be used based on the two characters).
Public propertyIsSolidColorMaterial Gets or sets a Boolean that specifies if text is rendered with a solid color (without any shading based on lighting calculations). Default value is true.
Public propertyUnknownChar Gets or sets a character that is displayed in case the character in the specified text is not defined in the bitmap font. By default, the UnknownChar is set to space. When UnknownChar is set to null char ('\0') that means that the unknown character is skipped (current position is not changed).
Top
See Also