Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #3370

Re: Enhanced eps : Symbol Italic font?

Newsgroups comp.graphics.apps.gnuplot
Date 2016-07-11 05:25 -0700
References <5lsk43$i3t@yama.mcc.ac.uk>#1/1>
Message-ID <29444c08-7b41-41d4-a0bb-ac3d0e8a7fb2@googlegroups.com> (permalink)
Subject Re: Enhanced eps : Symbol Italic font?
From Andre Reisen <andre.konyukhov@gmail.com>

Show all headers | View raw


You can prepare your own Oblique Symbol font. Just edit EPS file in text editor and type something like:

/Symbol findfont [ 14. 0 4 14. 0 0 ] makefont setfont
10 10 moveto
(abcdefgh) show

makefont uses a six-element matrix, for which the:
.1st element defines the height
.2nd element defines the amount of rotation
.3rd element defines the obliqueness (italics)
.4th element defines the width
.5th element defines the vertical offset
.6th element defines the horizontal offset


Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar


Thread

Re: Enhanced eps : Symbol Italic font? Andre Reisen <andre.konyukhov@gmail.com> - 2016-07-11 05:25 -0700

csiph-web