diff options
Diffstat (limited to 'html/en/drv/ps.html')
-rw-r--r-- | html/en/drv/ps.html | 21 |
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>"<strong><font face="Courier">POLYHOLE</font></strong>": 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 ("%d"). If the value of the attribute passed is NULL, all holes will no longer be - considered. When consulted returns the current number of holes ("%d"). It can have a maximum of 500 holes.</li> + <li>"<strong><font face="Courier">POLYHOLE</font></strong>": 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 ("%d"). If the value of the + attribute passed is NULL, all holes will no longer be considered. When + consulted returns the current number of holes ("%d"). It can have a maximum + of 500 holes.</li> </ul> <ul> <li>"<b><font face="Courier">CMD</font></b>": 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>"<b><font face="Courier">ROTATE</font></b>": 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 ("%g %d %d" = angle x y).</li> + <li>"<b><font face="Courier">ROTATE</font></b>": 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 ("%g %d %d" = angle x y).</li> </ul> </body> |