~ubuntu-branches/ubuntu/hardy/ghostscript/hardy

« back to all changes in this revision

Viewing changes to doc/Language.htm

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2007-11-22 12:17:43 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071122121743-cd70s3ypq0r243mp
Tags: 8.61.dfsg.1-0ubtuntu1
* New upstream release
  o Final 8.61 release
* debian/patches/09_ijs_krgb_support.dpatch: Adapted to upstream changes.
* debian/rules: Updated CUPS-related variables for "make install" calls.
* debian/rules: Remove /usr/include/ghostscript from the ghostscript
  package, they go into lings-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<html>
4
4
<head>
5
5
<title>Ghostscript and the PostScript language</title>
6
 
<!-- $Id: Language.htm 8160 2007-08-01 19:18:12Z giles $ -->
 
6
<!-- $Id: Language.htm 8397 2007-11-21 20:07:08Z giles $ -->
7
7
<!-- Originally: language.txt -->
8
8
<link rel="stylesheet" type="text/css" href="gs.css" title="Ghostscript Style">
9
9
</head>
1401
1401
<dl>
1402
1402
<dt><b><tt>&lt;index&gt; .getdevice &lt;device&gt;</tt></b>
1403
1403
<dd>Returns a device from the set of devices known to the system.  The
1404
 
first device, which is the default, is numbered 0.  If the
1405
 
<b><tt>index</tt></b> is out of range, causes a <b><tt>rangecheck</tt></b>
1406
 
error.  This device is actually a prototype, not a directly usable device,
 
1404
first device is numbered 0.  If the <b><tt>index</tt></b> is out of 
 
1405
range, a <b><tt>rangecheck</tt></b> error occurs.
 
1406
This device is actually a prototype, not a directly usable device,
1407
1407
and is marked read-only; it cannot have its parameters changed or be
1408
1408
installed as the current device.
1409
1409
</dl>
1410
1410
 
1411
1411
<dl>
 
1412
<dt><b><tt>- .getdefaultdevice &lt;device&gt;</tt></b>
 
1413
<dd>Returns the default device. This device is actually a prototype,
 
1414
and is marked read-only; it cannot have its parameters changed or 
 
1415
be installed as the current device. 
 
1416
Use <tt><b>copydevice</b></tt> to obtain a workable device.
 
1417
</dl>
 
1418
 
 
1419
<dl>
1412
1420
<dt><b><tt>&lt;matrix&gt; &lt;width&gt; &lt;height&gt; &lt;palette&gt; makeimagedevice &lt;device&gt;</tt></b>
1413
1421
<dd>Makes a new device that accumulates an image in memory. <b><tt>
1414
1422
matrix</tt></b> is the initial transformation matrix: it must be orthogonal
1831
1839
</dl>
1832
1840
 
1833
1841
<dl>
 
1842
<dt><b><tt>.IgnoreNumCopies &lt;boolean&gt;</tt></b>
 
1843
<dd>Some page description languages support a NumCopies parameter.
 
1844
This parameter instructs the device to ignore this, producing only
 
1845
one copy of the document on output. Note that some devices ignore
 
1846
NumCopies regardless because of limitation of the output format
 
1847
or the implementation.
 
1848
</dl>
 
1849
 
 
1850
<dl>
1834
1851
<dt><b><tt>Name &lt;string&gt; (read-only)</tt></b>
1835
1852
<dd>The device name.  Currently the same as <b><tt>OutputDevice</tt></b>.
1836
1853
</dl>
2290
2307
San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
2291
2308
 
2292
2309
<p>
2293
 
<small>Ghostscript version 8.60, 1 August 2007
 
2310
<small>Ghostscript version 8.61, 21 November 2007
2294
2311
 
2295
2312
<!-- [3.0 end visible trailer] ============================================= -->
2296
2313