Text Round Facelet

Round Text Facelet

The Round Text Facelet renders text along a circular path.
It supports two modes: a single text string with transformations, or multiple text entries at individual angles.

Configuration

  • Position
    X, Y center position in screen coordinates [mil].

  • Diameter
    Outer diameter of the circular text path in [mil].

  • Text Size
    Size of the text in [mil].

  • Font
    Select the font family.

  • Text
    Text content. Supports data binding.
    When angle mode is enabled, the format is text1@angle1|text2@angle2|text3@angle3.

  • Transform
    Text transformation function applied before rendering:

    Transform Description

    UPPER

    Convert to uppercase.

    LOWER

    Convert to lowercase.

    CAP

    Capitalize first letter.

    SUB,len,start

    Substring with optional length and start index.

    Transformations are not applied when angle mode is enabled.

  • Angle Mode
    When enabled, text is positioned at individual angles using the text@angle format.
    Text transformation is not applied in this mode.

  • Color
    Text color. Supports data binding.

  • Horizontal Alignment

    Mode Description

    Left

    Align to the left.

    Center

    Center horizontally.

    Right

    Align to the right.

  • Vertical Alignment

    Mode Description

    Top

    Align to the top.

    Center

    Center vertically.

    Baseline

    Align to the text baseline.

    Bottom

    Align to the bottom.

  • Rotation Angle
    Rotation offset angle (0 - 359 degrees). Supports data binding.

  • Flip

    Mode Description

    Normal

    Text is drawn normally (upright on top half).

    Flip

    Text is flipped (upside down on top half).

    Auto

    Text is automatically flipped to remain readable.

  • Blink
    Blinking condition: 0 = off, 1 = slow, 2 = medium, 3 = fast.

  • Visibility
    A condition expression. The Facelet is displayed if this evaluates to 1.

  • Display Mode

    Mode Description

    Normal

    This Facelet is only displayed in interactive (normal) mode.

    Ambient

    This Facelet is only displayed in ambient mode.

    Always

    This Facelet is displayed in both interactive and ambient mode.

  • Ambient Color
    Select a color for the ambient mode.
    0 uses the common ambient color of the face settings.