[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] Win32 text-rendering
From: |
Niels Moseley |
Subject: |
Re: [Freetype] Win32 text-rendering |
Date: |
Mon, 27 May 2002 17:10:56 +0200 |
Hi,
Isn't WMF fun ;). Try EMF sometime!
Are you working from libwmf as your parser or something else?
I'm using my own parser. We evaluated libwmf but we were rather unimpressed 8-)
Still working on EMF.. The good thing about EMF is that the documentation
seems to be a lot better.
Microsoft has the nasty habbit of destroying old documentation.
How are you getting the font sizes from the WMF? Are you taking
the viewport and window extents into accoutn when computing the
sizes? Are you doing any rounding of floats?
There might be some rounding going on somewhere but it isn't intentional.
The extents are taken into account.
I ask all these questions because ImageMagick
(http://www.imagemagick.org) uses FT2 and libwmf to render WMF files w/o
any problems - so I suspect that the problem is in your WMF handling.
Do you happen to have a win32 build handy? I would like to try it on my WMFs.
Cheers,
Niels Moseley.