- , , / . ( help post)
In `eps` mode the whole plot, including the fonts, is reduced to half of
the default size.
, , - 2 eps, ( , , - ...).
- cairo, ... ( ). , , 2, ? (, , 1/2,54)
, , (CURRENTLY UNTESTED):
fontsize(x)=((GPVAL_TERM eq 'postscript') && \
(strstrt(GPVAL_TERMOPTIONS,"eps")!=0)) ? x*2 : x
set term post eps enh size 10in,8in
set termoption font "Arial,".fontsize(7)
set output "Hello.eps"
plot sin(x)
set term pdfcairo enh size 10in,8in
set termoption font "Arial,".fontsize(7)
set output "Hello.pdf"
plot sin(x)
, fontsize - integers, .
, , () , .
running pdffonts myfile.pdf - , strings myfile.pdf | grep FontName:
name type emb sub uni object ID
-------------------- ------------ --- --- --- ------ --
LiberationSansBold CID TrueType yes no yes 5 0
( ), ps , ( [] , ). , ( ), , pdf, set postscript eps enh color fontfile add "<fontfile>", pdf postscript.