Kanzi 3.9 alpha 2 migration guide¶ Use this migration guide to update Kanzi applications from Kanzi 3.9 alpha 1 to Kanzi 3.9 alpha 2. Changes related to text rendering¶ Introduced the TextConcept base class for nodes that implement text rendering (TextBlock2D, TextBlock3D, TextBox2D, TextBox3D). Moved to TextConcept these properties that are common to all nodes that implement text rendering: Kanzi 3.9 alpha 1 Kanzi 3.9 alpha 2 TextBlockConcept::FontColorProperty TextConcept::FontColorProperty TextBlockConcept::FontMaterialProperty TextConcept::FontMaterialProperty TextBlockConcept::HorizontalPaddingProperty TextConcept::HorizontalPaddingProperty TextBlockConcept::RemoveSideBearingsProperty TextConcept::RemoveSideBearingsProperty TextBlockConcept::TextProperty TextConcept::TextProperty TextBlockConcept::TextHorizontalAlignmentProperty TextConcept::TextHorizontalAlignmentProperty TextBlockConcept::TextVerticalAlignmentProperty TextConcept::TextVerticalAlignmentProperty TextBlockConcept::VerticalPaddingProperty TextConcept::VerticalPaddingProperty TextBlockConcept::OverflowProperty TextConcept::OverflowProperty See also¶ Kanzi 3.9 alpha 2 release notes Known issues