1[def "[cmd anchor] [arg name]"]
2[def [cmd ljust]]
3[def [cmd rjust]]
4[def [cmd above]]
5[def [cmd below]]
6
7[image figure-22-text-anchoring-3]
8Specifies the anchor of the text which is to be placed at the
9element's center, by name. I.e. this attribute defines the text's
10position relative to the element's center.
11
12The value is ignored if no text was specified for the element.
13
14If not specified the system falls back to the value taken from the
15language variable [var anchor], which itself defaults to
16[const center].
17
18[include ../values/anchor.inc]
19
20The commands without arguments are all shorthands with the anchor
21implied. Note that they do not combine, only the last is used. For
22comined directions the main attribute command, [cmd anchor] has to be
23used.
24
25[list_begin definitions]
26[def [cmd ljust]]	"anchor west"
27[def [cmd rjust]]	"anchor east"
28[def [cmd above]]	"anchor south"
29[def [cmd below]]	"anchor north"
30[list_end]