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


Groups > comp.graphics.apps.gnuplot > #3079 > unrolled thread

Font sizes

Started byDieter Britz <dieterhansbritz@gmail.com>
First post2015-09-15 08:25 +0000
Last post2015-09-15 07:55 -0700
Articles 3 — 3 participants

Back to article view | Back to comp.graphics.apps.gnuplot


Contents

  Font sizes Dieter Britz <dieterhansbritz@gmail.com> - 2015-09-15 08:25 +0000
    Re: Font sizes Karl Ratzsch <mail.kfr@gmx.net> - 2015-09-15 14:21 +0200
    Re: Font sizes sfeam <sfeam@users.sourceforge.net> - 2015-09-15 07:55 -0700

#3079 — Font sizes

FromDieter Britz <dieterhansbritz@gmail.com>
Date2015-09-15 08:25 +0000
SubjectFont sizes
Message-ID<mt8klm$hd8$1@dont-email.me>
I normally use
set terminal postscript enh eps 24
and in some diagrams I use a larger font for
labels, e.g. '{/=32 ...}'. Today I used size 40.

Are these sizes a discrete sequence, 24, 32, 40, ???
or do they come in steps of 1? In other words if I
use 25, do I get slightly large than 25? If they are
a discrete set, what is the sequence?

-- 
Dieter Britz

[toc] | [next] | [standalone]


#3083

FromKarl Ratzsch <mail.kfr@gmx.net>
Date2015-09-15 14:21 +0200
Message-ID<mt92g7$4qk$1@solani.org>
In reply to#3079
Am 15.09.2015 um 10:25 schrieb Dieter Britz:
> I normally use
> set terminal postscript enh eps 24
> and in some diagrams I use a larger font for
> labels, e.g. '{/=32 ...}'. Today I used size 40.
> 
> Are these sizes a discrete sequence, 24, 32, 40, ???
> or do they come in steps of 1? In other words if I
> use 25, do I get slightly large than 25? If they are
> a discrete set, what is the sequence?

Probably a crazy idea, but have you tried to use a font size of 29?

[toc] | [prev] | [next] | [standalone]


#3084

Fromsfeam <sfeam@users.sourceforge.net>
Date2015-09-15 07:55 -0700
Message-ID<mt9bdr$7r5$1@dont-email.me>
In reply to#3079
Dieter Britz wrote:

> I normally use
> set terminal postscript enh eps 24
> and in some diagrams I use a larger font for
> labels, e.g. '{/=32 ...}'. Today I used size 40.
> 
> Are these sizes a discrete sequence, 24, 32, 40, ???
> or do they come in steps of 1? In other words if I
> use 25, do I get slightly large than 25? If they are
> a discrete set, what is the sequence?
> 

PostScript fonts (*.pfa) and TrueType/OpenType fonts
(*.ttf *.otf) scale smoothly.  They are not limited to
integer values of the font size.  If you scale them
too far up or down from their original size the proportions
are non-ideal (too heavy, too light, too thick, ...) but
that is a separate concern.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.graphics.apps.gnuplot


csiph-web