File tree 19 files changed +64
-83
lines changed
reference/imagick/imagickdraw
19 files changed +64
-83
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
- <!-- EN-Revision: 0f49e97eebd971ba0468bc1b7c6265fd457f60c8 Maintainer: yannick Status: ready -->
2
+ <!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
4
3
<!-- Reviewed: yes -->
5
4
6
5
<refentry xmlns =" http://docbook.org/ns/docbook" xml : id =" imagickdraw.setclipunits" >
13
12
&reftitle.description;
14
13
<methodsynopsis >
15
14
<modifier >public</modifier > <type >bool</type ><methodname >ImagickDraw::setClipUnits</methodname >
16
- <methodparam ><type >int</type ><parameter >clip_units </parameter ></methodparam >
15
+ <methodparam ><type >int</type ><parameter >pathunits </parameter ></methodparam >
17
16
</methodsynopsis >
18
17
&warn.undocumented.func;
19
18
<para >
26
25
<para >
27
26
<variablelist >
28
27
<varlistentry >
29
- <term ><parameter >clip_units </parameter ></term >
28
+ <term ><parameter >pathunits </parameter ></term >
30
29
<listitem >
31
30
<para >
32
31
Le nombre d'unités de clip
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
- <!-- EN-Revision: 0f49e97eebd971ba0468bc1b7c6265fd457f60c8 Maintainer: yannick Status: ready -->
2
+ <!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
4
3
<!-- Reviewed: yes -->
5
4
6
5
<refentry xmlns =" http://docbook.org/ns/docbook" xml : id =" imagickdraw.setfillalpha" >
13
12
&reftitle.description;
14
13
<methodsynopsis >
15
14
<modifier >public</modifier > <type >bool</type ><methodname >ImagickDraw::setFillAlpha</methodname >
16
- <methodparam ><type >float</type ><parameter >opacity </parameter ></methodparam >
15
+ <methodparam ><type >float</type ><parameter >alpha </parameter ></methodparam >
17
16
</methodsynopsis >
18
17
&warn.undocumented.func;
19
18
<para >
27
26
<para >
28
27
<variablelist >
29
28
<varlistentry >
30
- <term ><parameter >opacity </parameter ></term >
29
+ <term ><parameter >alpha </parameter ></term >
31
30
<listitem >
32
31
<para >
33
32
Canal alpha de la couleur de remplissage
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
- <!-- EN-Revision: fa0c88f1e36a3f28b4fcee0b2d1e188b54e0c44b Maintainer: yannick Status: ready -->
2
+ <!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
4
3
<!-- Reviewed: yes -->
5
4
6
5
<refentry xmlns =" http://docbook.org/ns/docbook" xml : id =" imagickdraw.setfillcolor" >
13
12
&reftitle.description;
14
13
<methodsynopsis >
15
14
<modifier >public</modifier > <type >bool</type ><methodname >ImagickDraw::setFillColor</methodname >
16
- <methodparam ><type > ImagickPixel</type ><parameter >fill_pixel </parameter ></methodparam >
15
+ <methodparam ><type class = " union " >< type > ImagickPixel</type ><type >string</ type ></ type >< parameter >fill_color </parameter ></methodparam >
17
16
</methodsynopsis >
18
17
&warn.undocumented.func;
19
18
<para >
26
25
<para >
27
26
<variablelist >
28
27
<varlistentry >
29
- <term ><parameter >fill_pixel </parameter ></term >
28
+ <term ><parameter >fill_color </parameter ></term >
30
29
<listitem >
31
30
<para >
32
31
L'objet ImagickPixel à utiliser pour la couleur.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
- <!-- EN-Revision: fa0c88f1e36a3f28b4fcee0b2d1e188b54e0c44b Maintainer: yannick Status: ready -->
2
+ <!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
4
3
<!-- Reviewed: yes -->
5
4
6
5
<refentry xmlns =" http://docbook.org/ns/docbook" xml : id =" imagickdraw.setfillopacity" >
13
12
&reftitle.description;
14
13
<methodsynopsis >
15
14
<modifier >public</modifier > <type >bool</type ><methodname >ImagickDraw::setFillOpacity</methodname >
16
- <methodparam ><type >float</type ><parameter >fillOpacity </parameter ></methodparam >
15
+ <methodparam ><type >float</type ><parameter >opacity </parameter ></methodparam >
17
16
</methodsynopsis >
18
17
&warn.undocumented.func;
19
18
<para >
27
26
<para >
28
27
<variablelist >
29
28
<varlistentry >
30
- <term ><parameter >fillOpacity </parameter ></term >
29
+ <term ><parameter >opacity </parameter ></term >
31
30
<listitem >
32
31
<para >
33
32
L'opacité de remplissage.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
- <!-- EN-Revision: 0f49e97eebd971ba0468bc1b7c6265fd457f60c8 Maintainer: yannick Status: ready -->
2
+ <!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
4
3
<!-- Reviewed: yes -->
5
4
6
5
<refentry xmlns =" http://docbook.org/ns/docbook" xml : id =" imagickdraw.setfillrule" >
13
12
&reftitle.description;
14
13
<methodsynopsis >
15
14
<modifier >public</modifier > <type >bool</type ><methodname >ImagickDraw::setFillRule</methodname >
16
- <methodparam ><type >int</type ><parameter >fill_rule </parameter ></methodparam >
15
+ <methodparam ><type >int</type ><parameter >fillrule </parameter ></methodparam >
17
16
</methodsynopsis >
18
17
&warn.undocumented.func;
19
18
<para >
26
25
<para >
27
26
<variablelist >
28
27
<varlistentry >
29
- <term ><parameter >fill_rule </parameter ></term >
28
+ <term ><parameter >fillrule </parameter ></term >
30
29
<listitem >
31
30
<para >
32
31
Une des constantes <link linkend =" imagick.constants.fillrule" >FILLRULE</link >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
- <!-- EN-Revision: 668b6fc28891062b1c96202009ccb70b7147740d Maintainer: yannick Status: ready -->
2
+ <!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
4
3
<!-- Reviewed: yes -->
5
4
6
5
<refentry xmlns =" http://docbook.org/ns/docbook" xml : id =" imagickdraw.setfontsize" >
13
12
&reftitle.description;
14
13
<methodsynopsis >
15
14
<modifier >public</modifier > <type >bool</type ><methodname >ImagickDraw::setFontSize</methodname >
16
- <methodparam ><type >float</type ><parameter >pointsize </parameter ></methodparam >
15
+ <methodparam ><type >float</type ><parameter >point_size </parameter ></methodparam >
17
16
</methodsynopsis >
18
17
&warn.undocumented.func;
19
18
<para >
26
25
<para >
27
26
<variablelist >
28
27
<varlistentry >
29
- <term ><parameter >pointsize </parameter ></term >
28
+ <term ><parameter >point_size </parameter ></term >
30
29
<listitem >
31
30
<para >
32
31
La taille de point.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
- <!-- EN-Revision: 0f49e97eebd971ba0468bc1b7c6265fd457f60c8 Maintainer: yannick Status: ready -->
2
+ <!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
4
3
<!-- Reviewed: yes -->
5
4
6
5
<refentry xmlns =" http://docbook.org/ns/docbook" xml : id =" imagickdraw.setfontstretch" >
13
12
&reftitle.description;
14
13
<methodsynopsis >
15
14
<modifier >public</modifier > <type >bool</type ><methodname >ImagickDraw::setFontStretch</methodname >
16
- <methodparam ><type >int</type ><parameter >fontStretch </parameter ></methodparam >
15
+ <methodparam ><type >int</type ><parameter >stretch </parameter ></methodparam >
17
16
</methodsynopsis >
18
17
&warn.undocumented.func;
19
18
<para >
28
27
<para >
29
28
<variablelist >
30
29
<varlistentry >
31
- <term ><parameter >fontStretch </parameter ></term >
30
+ <term ><parameter >stretch </parameter ></term >
32
31
<listitem >
33
32
<para >
34
33
Une des constantes <link linkend =" imagick.constants.stretch" >STRETCH</link >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
- <!-- EN-Revision: 668b6fc28891062b1c96202009ccb70b7147740d Maintainer: yannick Status: ready -->
2
+ <!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
4
3
<!-- Reviewed: yes -->
5
4
6
5
<refentry xmlns =" http://docbook.org/ns/docbook" xml : id =" imagickdraw.setfontweight" >
13
12
&reftitle.description;
14
13
<methodsynopsis >
15
14
<modifier >public</modifier > <type >bool</type ><methodname >ImagickDraw::setFontWeight</methodname >
16
- <methodparam ><type >int</type ><parameter >font_weight </parameter ></methodparam >
15
+ <methodparam ><type >int</type ><parameter >weight </parameter ></methodparam >
17
16
</methodsynopsis >
18
17
&warn.undocumented.func;
19
18
<para >
26
25
<para >
27
26
<variablelist >
28
27
<varlistentry >
29
- <term ><parameter >font_weight </parameter ></term >
28
+ <term ><parameter >weight </parameter ></term >
30
29
<listitem >
31
30
<para >
32
31
</para >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
- <!-- EN-Revision: 1ef9c7a76700b3e72844050d75e6ed1b870f9ca7 Maintainer: yannick Status: ready -->
2
+ <!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
4
3
<!-- Reviewed: no -->
5
4
6
5
<refentry xml : id =" imagickdraw.setresolution" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
13
12
&reftitle.description;
14
13
<methodsynopsis >
15
14
<modifier >public</modifier > <type >bool</type ><methodname >ImagickDraw::setResolution</methodname >
16
- <methodparam ><type >float</type ><parameter >x_resolution </parameter ></methodparam >
17
- <methodparam ><type >float</type ><parameter >y_resolution </parameter ></methodparam >
15
+ <methodparam ><type >float</type ><parameter >resolution_x </parameter ></methodparam >
16
+ <methodparam ><type >float</type ><parameter >resolution_y </parameter ></methodparam >
18
17
</methodsynopsis >
19
18
<para >
20
19
Définie la résolution.
26
25
&reftitle.parameters;
27
26
<variablelist >
28
27
<varlistentry >
29
- <term ><parameter >x_resolution </parameter ></term >
28
+ <term ><parameter >resolution_x </parameter ></term >
30
29
<listitem >
31
30
<para >
32
31
33
32
</para >
34
33
</listitem >
35
34
</varlistentry >
36
35
<varlistentry >
37
- <term ><parameter >y_resolution </parameter ></term >
36
+ <term ><parameter >resolution_y </parameter ></term >
38
37
<listitem >
39
38
<para >
40
39
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
- <!-- EN-Revision: 0f49e97eebd971ba0468bc1b7c6265fd457f60c8 Maintainer: yannick Status: ready -->
2
+ <!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
4
3
<!-- Reviewed: yes -->
5
4
6
5
<refentry xmlns =" http://docbook.org/ns/docbook" xml : id =" imagickdraw.setstrokealpha" >
13
12
&reftitle.description;
14
13
<methodsynopsis >
15
14
<modifier >public</modifier > <type >bool</type ><methodname >ImagickDraw::setStrokeAlpha</methodname >
16
- <methodparam ><type >float</type ><parameter >opacity </parameter ></methodparam >
15
+ <methodparam ><type >float</type ><parameter >alpha </parameter ></methodparam >
17
16
</methodsynopsis >
18
17
&warn.undocumented.func;
19
18
<para >
26
25
<para >
27
26
<variablelist >
28
27
<varlistentry >
29
- <term ><parameter >opacity </parameter ></term >
28
+ <term ><parameter >alpha </parameter ></term >
30
29
<listitem >
31
30
<para >
32
31
L'opacité
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
- <!-- EN-Revision: 668b6fc28891062b1c96202009ccb70b7147740d Maintainer: yannick Status: ready -->
2
+ <!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
4
3
<!-- Reviewed: yes -->
5
4
6
5
<refentry xmlns =" http://docbook.org/ns/docbook" xml : id =" imagickdraw.setstrokeantialias" >
13
12
&reftitle.description;
14
13
<methodsynopsis >
15
14
<modifier >public</modifier > <type >bool</type ><methodname >ImagickDraw::setStrokeAntialias</methodname >
16
- <methodparam ><type >bool</type ><parameter >stroke_antialias </parameter ></methodparam >
15
+ <methodparam ><type >bool</type ><parameter >enabled </parameter ></methodparam >
17
16
</methodsynopsis >
18
17
&warn.undocumented.func;
19
18
<para >
28
27
<para >
29
28
<variablelist >
30
29
<varlistentry >
31
- <term ><parameter >stroke_antialias </parameter ></term >
30
+ <term ><parameter >enabled </parameter ></term >
32
31
<listitem >
33
32
<para >
34
33
La configuration d'utilisation de l'anti-aliasing
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
- <!-- EN-Revision: 668b6fc28891062b1c96202009ccb70b7147740d Maintainer: yannick Status: ready -->
2
+ <!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
4
3
<!-- Reviewed: yes -->
5
4
6
5
<refentry xmlns =" http://docbook.org/ns/docbook" xml : id =" imagickdraw.setstrokecolor" >
13
12
&reftitle.description;
14
13
<methodsynopsis >
15
14
<modifier >public</modifier > <type >bool</type ><methodname >ImagickDraw::setStrokeColor</methodname >
16
- <methodparam ><type > ImagickPixel</type ><parameter >stroke_pixel </parameter ></methodparam >
15
+ <methodparam ><type class = " union " >< type > ImagickPixel</type ><type >string</ type ></ type >< parameter >color </parameter ></methodparam >
17
16
</methodsynopsis >
18
17
&warn.undocumented.func;
19
18
<para >
26
25
<para >
27
26
<variablelist >
28
27
<varlistentry >
29
- <term ><parameter >stroke_pixel </parameter ></term >
28
+ <term ><parameter >color </parameter ></term >
30
29
<listitem >
31
30
<para >
32
31
La couleur du trait.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
- <!-- EN-Revision: 668b6fc28891062b1c96202009ccb70b7147740d Maintainer: yannick Status: ready -->
2
+ <!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
4
3
<!-- Reviewed: yes -->
5
4
6
5
<refentry xmlns =" http://docbook.org/ns/docbook" xml : id =" imagickdraw.setstrokedasharray" >
13
12
&reftitle.description;
14
13
<methodsynopsis >
15
14
<modifier >public</modifier > <type >bool</type ><methodname >ImagickDraw::setStrokeDashArray</methodname >
16
- <methodparam ><type > array</type ><parameter >dashArray </parameter ></methodparam >
15
+ <methodparam ><type class = " union " >< type > array</type ><type >null</ type ></ type >< parameter >dashes </parameter ></methodparam >
17
16
</methodsynopsis >
18
17
&warn.undocumented.func;
19
18
<para >
32
31
<para >
33
32
<variablelist >
34
33
<varlistentry >
35
- <term ><parameter >dashArray </parameter ></term >
34
+ <term ><parameter >dashes </parameter ></term >
36
35
<listitem >
37
36
<para >
38
37
Un tableau de nombre décimaux
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
- <!-- EN-Revision: 668b6fc28891062b1c96202009ccb70b7147740d Maintainer: yannick Status: ready -->
2
+ <!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
4
3
<!-- Reviewed: yes -->
5
4
6
5
<refentry xmlns =" http://docbook.org/ns/docbook" xml : id =" imagickdraw.setstrokeopacity" >
13
12
&reftitle.description;
14
13
<methodsynopsis >
15
14
<modifier >public</modifier > <type >bool</type ><methodname >ImagickDraw::setStrokeOpacity</methodname >
16
- <methodparam ><type >float</type ><parameter >stroke_opacity </parameter ></methodparam >
15
+ <methodparam ><type >float</type ><parameter >opacity </parameter ></methodparam >
17
16
</methodsynopsis >
18
17
&warn.undocumented.func;
19
18
<para >
26
25
<para >
27
26
<variablelist >
28
27
<varlistentry >
29
- <term ><parameter >stroke_opacity </parameter ></term >
28
+ <term ><parameter >opacity </parameter ></term >
30
29
<listitem >
31
30
<para >
32
31
L'opacité du trait. 1.0 est totalement opaque.
You can’t perform that action at this time.
0 commit comments