The instance.Text.Format
function
contains convenience methods and members for Rac.Text.Format
objects setup with the owning Rac
instance.
- Source:
Members
bottomLeft :Rac.Text.Format
#
| source:
drawable/instance.Text.js, line 86
A Text.Format
to align the text.point
at the
bottom-left of the drawn text.
bottomRight :Rac.Text.Format
#
| source:
drawable/instance.Text.js, line 97
A Text.Format
to align the text.point
at the
bottom-right of the drawn text.
centerCenter :Rac.Text.Format
#
| source:
drawable/instance.Text.js, line 60
A Text.Format
to position the text.point
at the
center of the drawn text.
Also available as: centered
.
centerLeft :Rac.Text.Format
#
| source:
drawable/instance.Text.js, line 49
A Text.Format
to align the text.point
at the
center-left edge of the drawn text.
centerRight :Rac.Text.Format
#
| source:
drawable/instance.Text.js, line 75
A Text.Format
to align the text.point
at the
center-right of the drawn text.
topLeft :Rac.Text.Format
#
| source:
drawable/instance.Text.js, line 27
A Text.Format
to align the text.point
at the
top-left edge of the drawn text.
topRight :Rac.Text.Format
#
| source:
drawable/instance.Text.js, line 38
A Text.Format
to align the text.point
at the
top-right edge of the drawn text.