|
From: BBands <bb...@gm...> - 2013-07-08 14:45:19
|
Mahmood,
As I understand it, the fonts are supplied by the distribution and gp
tries to make intelligent subs when it can't find an exact match. So,
the first hing I would do is check to see what fonts are installed and
use those directly. So, if you have super-duper-font installed and it
has a 30 point version: 'set title "something" font
"super-duper-font,30"'
'help fonts gd' gives some clues as to how gp looks for fonts.
On my version of Linux I have TrueType fonts installed, so 'set title
"something" font "Arial,30"' works.
Good plotting,
John
On Mon, Jul 8, 2013 at 12:25 AM, Mahmood Naderan <nt_...@ya...> wrote:
> I have installed the very latest version from source (4.6 patchlevel 3). I
> can see some text for "help fonts cairo". However still I don't see any
> change in font size. That is important for me because I want to change the
> text size of the axis.
|