TextConceptMetadata
¶
Defines properties and message types for TextConcept.
TextConceptMetadata.FontColorProperty¶ | Sets the color of the text in a 3D text node. |
TextConceptMetadata.FontMaterialProperty¶ | Sets the material whose shader is used to render the text. The shader must use the ContentTexture uniform which is automatically filled with glyph data. |
TextConceptMetadata.TextProperty¶ | Sets the text content that the text node renders. To create a line break press Shift+Enter. |
TextConceptMetadata.TextHorizontalAlignmentProperty¶ | Sets the horizontal alignment of the text. |
TextConceptMetadata.TextVerticalAlignmentProperty¶ | Sets the vertical alignment of the text. |
TextConceptMetadata.HorizontalPaddingProperty¶ | Sets the padding spaces between the content and the left and right boundaries of the Text node. |
TextConceptMetadata.VerticalPaddingProperty¶ | Sets the padding spaces between the content and the top and bottom boundaries of the Text node. |
TextConceptMetadata.OverflowProperty¶ | Sets the characters that represent the truncated text when the text does not fit in this node. The default value is '...'. By default, Kanzi truncates the text at the end. Use the Truncation Direction property to set the part of the text that you want to truncate. |
TextConceptMetadata.TruncationProperty¶ | Sets how Kanzi truncates text when either Truncation or Overflow property is set and the text does not fit in this node:
|
TextConceptMetadata.TruncationDirectionProperty¶ | Sets which part Kanzi truncates when either the Truncation or Overflow property is set and the text does not fit in this node:
|
TextConceptMetadata.RemoveSideBearingsProperty¶ | Whether to position the leftmost characters of left-aligned text and rightmost characters of right-aligned text exactly within the boundary of the text node. |
TextConceptMetadata.HorizontalFitProperty¶ | Whether to horizontally scale the glyphs to make them fit into the Layout Width of the Text Block. To adjust the scale, use the Horizontal Fit Scale Limits property. |
TextConceptMetadata.HorizontalFitScaleLimitsProperty¶ | When the Horizontal Fit property is enabled, sets the minimum and maximum scale for glyphs when the width of text in a Text Block does not match the Layout Width of that Text Block. For example:
|
Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.