|
From: Tatsuro M. <tma...@ya...> - 2016-03-13 22:41:40
|
----- Original Message -----
> From: Akira Kakuto
> To: Tatsuro MATSUOKA ; gnuplot-info
> Cc:
> Date: 2016/3/13, Sun 14:25
> Subject: Re: [Gnuplot-info] How to set "times new roman" in enhaced text oncairo based terminals
>
>>> However, it does not work.
>>
>> Sorry for my previous reply without tests.
>> It does not work here also.
>
> I don't know extended text.
> Is it bad to use, for example,
> set title '{/:Bold a}' font 'Times New Roman,16'
>
> Best,
> Akira
Solved!
Only I have to do is replace white space by - (hyphen) in the font name.
set title '{/Times-New-Roman=18 a}'
This was the same to use the "Times Roman" font on the postscript terminal.
(I found the "/Times-Roman=12" in the ps_guide.pdf.)
Thank for your reply.
Tatsuro
|