Use the device fonts for Ytitle on screen [message #68636] |
Wed, 11 November 2009 12:56  |
duxiyu@gmail.com
Messages: 88 Registered: March 2007
|
Member |
|
|
Hi, everyone!
I meet a problem about using the device ('Windows') fonts for Ytitle
on screen.
For example,
!P.FONT = 0
DEVICE, SET_FONT='Microsoft Yahei'
PLOT, INDGEN(11), Xtitle='X Title', Ytitle='Y Title'
But in the figure, the Ytitle look like as follows:
Y
T
i
l
e
For Hershey and TrueType fonts, there is no problem like this.
But these fonts look awful on screen.
How can I choose a beautiful font for the output on screen?
Best regards,
jdu
|
|
|
Re: Use the device fonts for Ytitle on screen [message #68713 is a reply to message #68636] |
Thu, 12 November 2009 08:47  |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
duxiyu@gmail.com schrieb:
> Hi, everyone!
>
> I meet a problem about using the device ('Windows') fonts for Ytitle
> on screen.
> For example,
>
> !P.FONT = 0
> DEVICE, SET_FONT='Microsoft Yahei'
> PLOT, INDGEN(11), Xtitle='X Title', Ytitle='Y Title'
>
> But in the figure, the Ytitle look like as follows:
> Y
> T
> i
> l
> e
>
> For Hershey and TrueType fonts, there is no problem like this.
> But these fonts look awful on screen.
>
> How can I choose a beautiful font for the output on screen?
>
>
> Best regards,
> jdu
>
well create a postscript file and display it by gs or convert it to png
and display that.
Reimar
|
|
|