Small Font and Gird problems

Olly Betts olly@survex.com
Wed, 2 Jun 2004 15:39:02 +0100


On Wed, Jun 02, 2004 at 09:27:49AM +0200, Josep Guarro wrote:
> The problem (using Windows 98) with  the small font is somewhat
> curious:
> If you select (in the print preview) a zoom equal or greater than 70%
> then the font is miniature (i.e. impossible to read), and if you
> select a zoom less than 70% then the font used is too big (i.e.
> doesn't fit in the text box). 

We just calculate a font size, so it looks like wxwindows is choosing
the nearest fixed font size it knows.  We really want a scalable font
instead.  I'll see what can be done.

> Also I've noticed that with the grid on, if you zoom in several times,
> and then move arround a bit, then Aven crashes. (if you zoom in
> without the grid, then it crashes when you turn on th grid).

I think that must be related to coordinate wraparound (like the problem
Dave just noticed).  I think the grid code needs revisting...

Cheers,
    Olly