On Mon, 30 Dec 2002, Hans Breuer wrote:
> lib/font.c:dia_font_build_layout
>
> #ifdef HAVE_FREETYPE
> height *= global_size_one;
> #elif defined G_OS_WIN32
> height *= 0.7;
> #endif
> appears to be wrong. It would be nice to know if changing only
> the second appearence to 1.0 would solve the 'huge fonts problem'.
I changed definition of global_size_one back to 28.35 and changed
above code to "height *= 1.0" and fonts appear to be normal sized
after this change.
Janne Heikkinen