1 2 3 4 5 6 7 8 9 10 11
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>The qt 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="file-drivers.html" title="Chapter 5. Drivers which implement file devices"><link rel="next" href="cairo-driver.html" title="The cairo 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 qt driver</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="file-drivers.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="cairo-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="qt-driver"></a>The qt driver</h2></div></div></div><p>
The qt driver uses the <a class="ulink" href="https://www.qt.io/" target="_top">the Qt
library</a> (either Qt4 or Qt5) to produce plots in the PDF, EPS
(Encapsulated PostScript), PNG, JPEG, TIFF, SVG, BMP, and PPM file
formats. Text and graphics are antialised, font selection is done
automatically for any given unicode glyph requested using the
recommended fontconfig approach, and complex text layout is used to
render text. As a result this driver is considered to be one of our
two best (our cairo driver described in <a class="xref" href="cairo-driver.html" title="The cairo driver">the section called “The cairo driver”</a>
is the other) file device drivers.
</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="file-drivers.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="cairo-driver.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 5. Drivers which implement file devices </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> The cairo driver</td></tr></table></div></body></html>
|