Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 591c941c2fdf0a32dc57bb5f10791cde > files > 473

gnuplot-doc-4.4.0-5.fc14.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with LaTeX2HTML 2008 (1.71)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Postscript (also encapsulated postscript *.eps)</TITLE>
<META NAME="description" CONTENT="Postscript (also encapsulated postscript *.eps)">
<META NAME="keywords" CONTENT="gnuplot">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="gnuplot.css">

<LINK REL="previous" HREF="node34.html">
<LINK REL="up" HREF="node32.html">
<LINK REL="next" HREF="node36.html">
</HEAD>

<BODY >
<!--Navigation Panel-->
<A NAME="tex2html1237"
  HREF="node36.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html1231"
  HREF="node32.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html1227"
  HREF="node34.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html1233"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html1235"
  HREF="node467.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html1238"
  HREF="node36.html">Glossary</A>
<B> Up:</B> <A NAME="tex2html1232"
  HREF="node32.html">Fonts</A>
<B> Previous:</B> <A NAME="tex2html1228"
  HREF="node34.html">Gd (png, gif, jpeg</A>
 &nbsp; <B>  <A NAME="tex2html1234"
  HREF="node1.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html1236"
  HREF="node467.html">Index</A></B> 
<BR>
<BR>
<!--End of Navigation Panel-->

<H2><A NAME="SECTION020143000000000000000"></A>
<A NAME="fonts_postscript"></A><A NAME="1007"></A>
<A NAME="1008"></A>
<A NAME="1009"></A>
<BR>
Postscript  (also encapsulated postscript *.eps)
</H2>
PostScript font handling is done by the printer or viewing program.
Gnuplot can create valid PostScript or encapsulated PostScript (*.eps) even if
no fonts at all are installed on your computer.  Gnuplot simply refers to the
font by name in the output file, and assumes that the printer or viewing
program will know how to find or approximate a font by that name.

<P>
All PostScript printers or viewers should know about the standard set of Adobe
fonts <B>Times-Roman</B>, <B>Helvetica</B>, <B>Courier</B>, and <B>Symbol</B>.  It is likely that
many additional fonts are also available, but the specific set depends on your
system or printer configuration. Gnuplot does not know or care about this;
the output *.ps or *.eps files that it creates will simply refer to whatever
font names you request.

<P>
Thus
<BR>
<PRE>
    set term postscript eps font "Times-Roman,12"
</PRE>
<BR>
will produce output that is suitable for all printers and viewers.

<P>
On the other hand
<BR>
<PRE>
    set term postscript eps font "Garamond-Premier-Pro-Italic"
</PRE>
<BR>
will produce an output file that contains valid PostScript, but since it
refers to a specialized font, only some printers or viewers will be able to
display the specific font that was requested.  Most will substitute a
different font.

<P>
However, it is possible to embed a specific font in the output file so that
all printers will be able to use it. This requires that the a suitable font
description file is available on your system. Note that some font files require
specific licensing if they are to be embedded in this way.
See <B>postscript fontfile (p.&nbsp;<A HREF="node423.html#postscript_fontfile"><IMG  ALIGN="BOTTOM" BORDER="1" ALT="[*]" SRC="crossref.png"></A>)<A NAME="1019"></A></B> for more detailed description and examples.
<HR>
<!--Navigation Panel-->
<A NAME="tex2html1237"
  HREF="node36.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html1231"
  HREF="node32.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html1227"
  HREF="node34.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html1233"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html1235"
  HREF="node467.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html1238"
  HREF="node36.html">Glossary</A>
<B> Up:</B> <A NAME="tex2html1232"
  HREF="node32.html">Fonts</A>
<B> Previous:</B> <A NAME="tex2html1228"
  HREF="node34.html">Gd (png, gif, jpeg</A>
 &nbsp; <B>  <A NAME="tex2html1234"
  HREF="node1.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html1236"
  HREF="node467.html">Index</A></B> 
<!--End of Navigation Panel-->
<ADDRESS>

2010-08-17
</ADDRESS>
</BODY>
</HTML>