reference/gmagick/gmagick/annotateimage.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -30,7 +30,7 @@
30
30
<term><parameter>GmagickDraw</parameter></term>
31
31
<listitem>
32
32
<para>
33
-
The GmagickDraw object that contains settings for drawing the text
33
+
The <classname>GmagickDraw</classname> object that contains settings for drawing the text.
34
34
</para>
35
35
</listitem>
36
36
</varlistentry>
...
...
@@ -38,7 +38,7 @@
38
38
<term><parameter>x</parameter></term>
39
39
<listitem>
40
40
<para>
41
-
Horizontal offset in pixels to the left of text
41
+
Horizontal offset in pixels to the left of text.
42
42
</para>
43
43
</listitem>
44
44
</varlistentry>
...
...
@@ -46,7 +46,7 @@
46
46
<term><parameter>y</parameter></term>
47
47
<listitem>
48
48
<para>
49
-
Vertical offset in pixels to the baseline of text
49
+
Vertical offset in pixels to the baseline of text.
50
50
</para>
51
51
</listitem>
52
52
</varlistentry>
...
...
@@ -54,7 +54,7 @@
54
54
<term><parameter>angle</parameter></term>
55
55
<listitem>
56
56
<para>
57
-
The angle at which to write the text
57
+
The angle at which to write the text.
58
58
</para>
59
59
</listitem>
60
60
</varlistentry>
...
...
@@ -62,7 +62,7 @@
62
62
<term><parameter>text</parameter></term>
63
63
<listitem>
64
64
<para>
65
-
The string to draw
65
+
The string to draw.
66
66
</para>
67
67
</listitem>
68
68
</varlistentry>
...
...
@@ -73,7 +73,7 @@
73
73
<refsect1 role="returnvalues">
74
74
&reftitle.returnvalues;
75
75
<para>
76
-
The Gmagick object with annotation made.
76
+
The <classname>Gmagick</classname> object with annotation made.
77
77
</para>
78
78
</refsect1>
79
79

80
80