====== 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) * [[Position]] * [[gyro|Gyro Effect]] * Text-Size - configures the font size in pixels * [[Animation Scale]] * [[Rotation]] * [[Skew]] * [[Opacity]] * [[Font]] * [[Color]] + Dim Color * [[Alignment]] * [[Transform]] * [[Display]] * [[Shader]] * [[Tap Action]] * [[positionkeep|Keep position if card is displayed]] * [[fx]] ===== 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'' or ''Down'' 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.