I'm having a problem with the rendering of stixsans fonts again. Not
as bad as the baseline before, but some odd text placement:
import matplotlib.pyplot as plt
from matplotlib import rcParams
rcParams['font.size'] = 8.0
rcParams['mathtext.default'] = 'regular'
rcParams['mathtext.fontset'] = 'stix
It seems the Freetype rendering backend wasn't doing subpixel alignment
on the text, but was being rounded to the nearest pixels. Taking the
fractional part into account seems to resolve this. Fixed on branch and
trunk.
Mike
Ryan May wrote:
> And here's the image I promised.
>
> On Wed, Feb
And here's the image I promised.
On Wed, Feb 25, 2009 at 3:13 PM, Ryan May wrote:
> Hi,
>
> When I combine mathtext with the stixsans fonts while mathtext.default is
> set to 'regular', horizontal text is not vertically aligned properly, like
> the baseline is moving. I've attached an image of
Hi,
When I combine mathtext with the stixsans fonts while mathtext.default is
set to 'regular', horizontal text is not vertically aligned properly, like
the baseline is moving. I've attached an image of what I see when I run the
following code. It should be noted that I don't see anything like t