Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #368
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!kanaga.switch.ch!switch.ch!newsserver.news.garr.it!newsserver.cilea.it!not-for-mail |
|---|---|
| From | Giacomo Boffi <giacomo.boffi@polimi.it> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | [pdfcairo] which Symbol font? |
| Date | Fri, 10 Jun 2011 12:32:28 +0200 |
| Organization | The Sun and The Rain |
| Lines | 44 |
| Message-ID | <86y61aht8j.fsf@aiuole.stru.polimi.it> (permalink) |
| NNTP-Posting-Host | aiuole.stru.polimi.it |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| X-Trace | newsserver.cilea.it 1307701775 5040 131.175.189.141 (10 Jun 2011 10:29:35 GMT) |
| X-Complaints-To | news@cilea.it |
| NNTP-Posting-Date | 10 Jun 2011 10:29:35 GMT |
| User-Agent | Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.5-b31 (linux) |
| Cancel-Lock | sha1:oi3tdDOliR6HDD1+YBWz8n6amjc= |
| Xref | x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:368 |
Show key headers only | View raw
using the pdfcairo terminal the Symbol font used is different from
what i'd expect
i agree that with pdfcairo's default font (sans-serif?) the greek symbols
from dejavusans are a better match than Adobe's symbol
what hurts is pdfcairo using the same the same dejavu font for greek
even if i change the main font to a serif font like, e.g., utopia,
producing a *significant visual impedance* (read buttugliness:-)
please see below for my test case, i'd like to know if it is a local
problem that i have to solve for myself or it is a standard behaviour
thank you in advance
gb
======================================================================
% fc-match Symbol
symbol.ttf: "Symbol" "Regular"
% cat dele.gp
set term pdfcairo enhanced
set output "dele_std.pdf"
plot sin(x) title "sin({/Symbol w}x)"
set output
set term pdfcairo enhanced font "Utopia,10"
set output "dele_utp.pdf"
plot sin(x) title "sin({/Symbol w}x)"
set output
% gnuplot dele.gp
% pdffonts dele_std.pdf #output shortened to stay in 70 chars/line
name type emb sub uni
------------------------------------ ----------------- --- --- ---
DUFLGB+BitstreamVeraSans-Roman CID TrueType yes yes yes
KKVWMP+DejaVuSans CID TrueType yes yes yes
% pdffonts dele_utp.pdf #output shortened to stay in 70 chars/line
name type emb sub uni
------------------------------------ ----------------- --- --- ---
JDDIEC+Utopia Type 1 yes yes yes
KKVWMP+DejaVuSans CID TrueType yes yes yes
% rm dele*
%
======================================================================
--
"We have met the enemy and he is us." --- Pogo.
Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar
[pdfcairo] which Symbol font? Giacomo Boffi <giacomo.boffi@polimi.it> - 2011-06-10 12:32 +0200
csiph-web