Commit 13cc59c
authored
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments