text
Table of Contents
Text
Text is a very versatile tool. Besides images it's the most common way to display information on your watch face.
The text
property holds the text to show. That can be a simple string, a tag or a combination of both. It is limited to display a total of 50 characters, of any type and combination. Please keep this in mind when trying to design text heavy interfaces.
Properties
- Text (see above)
- Text-Size - configures the font size in pixels
- Color + Dim Color
Sub-Widgets
{dh}:{dmz}
Time
The date widget is a text widget with the expression {dh}:{dmz}
prefilled.
{ddw} {dnnn} {dd}
Calendar
The calendar widget is a text widget with {c1b}{c1t}
prefilled.
Expression
The expression widget is a text widget which will automatically open the tag picker when added.
Curved Text
Curved text has two additional properties:
- Direction - can be either
Up
orDown
which specifies the direction the curve goes. - Radius - determines the size of the curve. It specifies a circle around the position. The text is aligned along the circle's border.
text.txt · Last modified: 2018/02/22 11:40 by sxyrplayer