Skip to content

Commit 13cc59c

Browse files
Fix ImagickDraw::getTextInterlineSpacing description typo (#5480)
The description incorrectly said "interword spacing" instead of "interline spacing". This appears to be a copy-paste error from the getTextInterwordSpacing page. The ImageMagick C API (DrawGetTextInterlineSpacing) describes this function as "Gets the spacing between lines in text."
1 parent b3194d5 commit 13cc59c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

reference/imagick/imagickdraw/gettextinterlinespacing.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<refentry xml:id="imagickdraw.gettextinterlinespacing" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
55
<refnamediv>
66
<refname>ImagickDraw::getTextInterlineSpacing</refname>
7-
<refpurpose>Gets the text interword spacing</refpurpose>
7+
<refpurpose>Gets the text interline spacing</refpurpose>
88
</refnamediv>
99

1010
<refsect1 role="description">
@@ -14,7 +14,7 @@
1414
<void />
1515
</methodsynopsis>
1616
<para>
17-
Gets the text interword spacing.
17+
Gets the text interline spacing.
1818
</para>
1919
</refsect1>
2020

0 commit comments

Comments
 (0)