summaryrefslogtreecommitdiff
path: root/html/en/drv/ps.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/en/drv/ps.html')
-rw-r--r--html/en/drv/ps.html21
1 files changed, 12 insertions, 9 deletions
diff --git a/html/en/drv/ps.html b/html/en/drv/ps.html
index 011e834..f27efb7 100644
--- a/html/en/drv/ps.html
+++ b/html/en/drv/ps.html
@@ -187,21 +187,24 @@
</ul>
<h4>Exclusive Attributes</h4>
<ul>
- <li>&quot;<strong><font face="Courier">POLYHOLE</font></strong>&quot;: defines the index of
- the vertex where there is a hole in a
- closed polygon. It will affect the next <strong>cdEnd</strong>. Can be called several times between
- <strong>cdBegin</strong> and <strong>cdEnd</strong> to define holes. The value passed must
- be a string containing an integer (&quot;%d&quot;). If the value of the attribute passed is NULL, all holes will no longer be
- considered.&nbsp;When consulted returns the current number of holes (&quot;%d&quot;). It can have a maximum of 500 holes.</li>
+ <li>&quot;<strong><font face="Courier">POLYHOLE</font></strong>&quot;: defines the index
+ of the vertex where there is a hole in a closed polygon. It will affect the
+ next <strong>cdEnd</strong>. Can be called several times between
+ <strong>cdBegin</strong> and <strong>cdEnd</strong> to define holes. The value
+ passed must be a string containing an integer (&quot;%d&quot;). If the value of the
+ attribute passed is NULL, all holes will no longer be considered.&nbsp;When
+ consulted returns the current number of holes (&quot;%d&quot;). It can have a maximum
+ of 500 holes.</li>
</ul>
<ul>
<li>&quot;<b><font face="Courier">CMD</font></b>&quot;: saves a string directly to the file. Allows adding PostScript commands
to the file generated by the CD library. (set only)</li>
</ul>
<ul>
- <li>&quot;<b><font face="Courier">ROTATE</font></b>&quot;:&nbsp; allows the usage of 1 angle and 1 coordinate (x, y), that
- define a global rotation transformation centered in the specified coordinate. Use 1 real and 2 integer values inside a
- string (&quot;%g %d %d&quot; = angle x y).</li>
+ <li>&quot;<b><font face="Courier">ROTATE</font></b>&quot;:&nbsp; allows the usage of 1 angle
+ and 1 coordinate (x, y), that define a global rotation transformation
+ centered in the specified coordinate. Use 1 real and 2 integer values inside
+ a string (&quot;%g %d %d&quot; = angle x y).</li>
</ul>
</body>