X-Received: by 10.13.217.135 with SMTP id b129mr12901959ywe.13.1468239936071; Mon, 11 Jul 2016 05:25:36 -0700 (PDT) X-Received: by 10.36.53.200 with SMTP id k191mr733931ita.9.1468239935985; Mon, 11 Jul 2016 05:25:35 -0700 (PDT) Path: csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!r1no15948081ige.0!news-out.google.com!d68ni3749ith.0!nntp.google.com!jk6no15932573igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Mon, 11 Jul 2016 05:25:35 -0700 (PDT) In-Reply-To: <5lsk43$i3t@yama.mcc.ac.uk>#1/1> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=217.23.69.114; posting-account=jY_F8QoAAACBN7rZ2mzBasMUAId36kwg NNTP-Posting-Host: 217.23.69.114 References: <5lsk43$i3t@yama.mcc.ac.uk>#1/1> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <29444c08-7b41-41d4-a0bb-ac3d0e8a7fb2@googlegroups.com> Subject: Re: Enhanced eps : Symbol Italic font? From: Andre Reisen Injection-Date: Mon, 11 Jul 2016 12:25:36 +0000 Content-Type: text/plain; charset=UTF-8 X-Received-Bytes: 1592 X-Received-Body-CRC: 1112766175 Xref: csiph.com comp.graphics.apps.gnuplot:3370 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