Path: csiph.com!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Symbol fonts and non-white background in SVG? Followup-To: comp.graphics.apps.gnuplot Date: Mon, 03 Dec 2012 09:36:16 -0800 Organization: gnuplot development team Lines: 17 Message-ID: References: Reply-To: sfeam@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Mon, 3 Dec 2012 17:36:19 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="8e86a57dfa599721f116da4577f3d1af"; logging-data="18106"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+lA7IeBrm3xhfA8B2xzC3k" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:gJqodeSFITQTfzcxHGT4hkYS/ms= Xref: csiph.com comp.graphics.apps.gnuplot:1518 Ingo Thies wrote: > BTW I couldn't find a way to get slanted/italic fontshapes in SVG. Did I > overlook something? set title "Big Bold Italic Font" font "Times Bold Italic,16" I had to look at the code to figure this out. The whitespace in front of the words "bold" and/or "italic" is currently required, but probably shouldn't be. It is not case sensitive. These details are correct only for the svg terminal. Someone was working on adding bold/italic support to all terminals in a systematic way, but I seem to have lost track of who that was and what progress they made. Ethan