📄 fontfile.dem
字号:
## $Id: fontfile.dem,v 1.4 2003/10/28 05:35:54 sfeam Exp $## This file demonstrates new features in gnuplot 3.8i# -1- loading fontfiles for postscript outputprint "\n This file demonstrates how to use postscript type 1 font"print " files with gnuplot."print "\n Please note that this demo runs only on postscript terminal,"print " because fontfile inclusion is only supported by this terminal."print "\n In addition, this demo needs two font files which are not"print " included in the gnuplot distribution."print " On systems with ghostscript they should be found automatically."print " If not, they can be downloaded from the net:"print " http://sourceforge.net/projects/gs-fonts/"print " Please put the files \"p052003l.pfb\" and \"p052023l.pfb\""print " somewhere they are found, e.g. into the working directory."pause -1 "Hit return to continue"# xmin=-270. xmax=270. ymin=-1.1 ymax=1.1#resetset terminal pushset terminal postscript enhanced linewidth 2 'Times-Roman' 22 \ fontfile 'p052003l.pfb' fontfile 'p052023l.pfb'set output 'fontfile.ps'unset autoscaleset xr [xmin:xmax]set yr [ymin:ymax]#set encoding iso_8859_1set format y '%.1f'set label 'Times-Roman: {/Times-Roman abcdefghABCDEFGH 漩
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -