File: postscript-driver.html

package info (click to toggle)
plplot 5.15.0%2Bdfsg2-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 31,004 kB
  • sloc: ansic: 79,703; xml: 28,583; cpp: 20,033; ada: 19,456; tcl: 12,081; f90: 11,431; ml: 7,276; java: 6,863; python: 6,792; sh: 3,274; perl: 828; lisp: 75; makefile: 61; sed: 34; fortran: 6
file content (25 lines) | stat: -rw-r--r-- 3,215 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>The ps driver</title><link rel="stylesheet" type="text/css" href="stylesheet.css"><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"><link rel="home" href="index.html" title="Documentation of the PLplot plotting software"><link rel="up" href="file-drivers.html" title="Chapter 5. Drivers which implement file devices"><link rel="prev" href="svg-driver.html" title="The svg driver"><link rel="next" href="truetype-postscript-driver.html" title="The psttf driver"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">The ps driver</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="svg-driver.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Drivers which implement file devices</th><td width="20%" align="right"> <a accesskey="n" href="truetype-postscript-driver.html">Next</a></td></tr></table><hr></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="postscript-driver"></a>The ps driver</h2></div></div></div><p>
      The ps driver produces publication-quality PostScript
      output but only for a limited selection of glyphs.  The driver
      provides two devices: the ps device for black-and-white plots, and the
      psc device for color plots.
    </p><p>
      This driver is unicode enabled, and PostScript Type I fonts are
      used.  This driver has no external
      library dependencies.  However, a drawback is that text layout is
      limited to left-to-right scripts (i.e., languages with complex text
      layout are not supported).  Furthermore, Type I fonts have an
      extremely limited selection of glyphs compared to, e.g., TrueType
      fonts (see <a class="xref" href="truetype-postscript-driver.html" title="The psttf driver">the section called “The psttf driver”</a>). For this
      reason, Hershey fonts are used for drawing symbols by default for this
      device driver, unless specified otherwise using the driver options.
    </p><p>
      The available driver options are:
      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
	  text: Use PostScript text (0|1); default 1
	</p></li><li class="listitem"><p>
	  color: Use color (0|1); default 1
	</p></li><li class="listitem"><p>
	  hrshsym: Use Hershey fonts for symbols (0|1); default 1
	</p></li></ul></div><p>
    </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="svg-driver.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="file-drivers.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="truetype-postscript-driver.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">The svg driver </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> The psttf driver</td></tr></table></div></body></html>