|
From: sfeam (E. Merritt) <eam...@gm...> - 2011-02-05 18:46:47
|
On Saturday, February 05, 2011, Tatsuro MATSUOKA wrote:
> Hello
>
> --- Ethan A Merritt wrote:
> > I should note that I cannot reproduce this bug using Tatsuro Matsuoka's CVS
> > snapshot from 18-Jan-2011 running under wine. So it may or may not be an
> > actual code problem as opposed to a configuration problem.
> >
> > Ethan
> ***********Benajamin wrote
> For the windows terminal, when using rotated enhanced text (e.g. for
> the ylabel) the text positioning is buggy.
> This manifests itself with either sub/superscripts or font changes
> (e.g. something like "pressure in N/mm^2" or "height in {/Symbol m}m")
> - see the testcase below
> **************************
>
> I have confirmed what Benjamin suggested using my cvs binary (2011-01-25).
>
> Regards
>
> Tatsuro
OK. So I will have to leave it to you guys to figure out what the problem
is, since it doesn't show up on my linux+wine setup.
Does any recent MSWindows version ever provide a font that truly cannot
be rotated? It may be that test and the flag for rotatable fonts is
obsolete, and the corrsponding section of code in the routine MakeFonts()
is no longer needed.
If that is true, the simplest fix may be to change the first line of
MakeFonts() so that it always sets lpgw->rotate = TRUE;
|