|
From: Benjamin L. <lin...@gm...> - 2010-02-07 20:03:11
|
Ethan Merritt wrote:
> On Sunday 07 February 2010, Benjamin Lindner wrote:
>> Hello,
>>
>> Working on the copy-to-clipboard-as-emf issue I stumbled over the
>> bug that the windows terminal obviously ignores the font name and size
>> specified for labels and instead uses the default terminal's font
>> and size.
>
> Huh. Does the "enhancedtext.dem" demo not work under [real] Windows?
> It works from the Windows terminal when run under linux+wine.
Yes it works, but none of the demos contain a "set label" with explicit
fontname/size. *this* does not work.
>> To reproduce:
>>
>> set term windows enhanced font "arial,9"
>> set label 1 "e^{i{/symbol p}}=-1" at graph 0.5,0.5 font "courier,15"
>> plot sin(x) with linespoints
>
> Works properly under linux+wine using wgnuplot from Oct 2009.
> Could it be a font path problem?
Ah, there is one catch: it should read "courier new,15".
But then it still only works with the patch applied,
with the 4.4.0-rc1 binaries, it does neither change the font name nor
the font size.
So no, I don't think it's a font path issue.
It works fine if the label is set to "noenhanced".
But with enhanced text it ignores the explicit specifications.
benjamin
|