patch for font glyph transformation in freetype.c (take II)

2003-10-06 Thread Dave_Belanger
I'm resubmitting this patch after applying an important correction on it. Thanks to Dmitry. Dave Belanger Cimmetry Systems Inc. [EMAIL PROTECTED] (514) 735-3219 (ext. 204) (See attached file: patch_glyphtransform.txt) patch_glyphtransform.txt Description:

Re: patch for font glyph transformation in freetype.c

2003-10-06 Thread Dave_Belanger
trix to do flipping which only implies e11 and e22. Thanks for the correction. Dave "Dmitry Timoshkov" <[EMAIL PROTECTED]> on 10/06/2003 11:17:42 AM To: Dave Belanger/[EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject: Re: patch for font glyph transformation in freety

Re: patch for font glyph transformation in freetype.c

2003-10-06 Thread Dmitry Timoshkov
[cc'ed to wine-devel] <[EMAIL PROTECTED]> wrote: > We are developing a visualization and markup application called AutoVue for most > CAD and ECAD file formats as well as raster, document and spreadsheet formats. > We used wine to port our server from Windows to Solaris. I've been debugging > win

Re: patch for font glyph transformation in freetype.c

2003-10-04 Thread Dmitry Timoshkov
<[EMAIL PROTECTED]> wrote: > +/* Extra transformation specified by caller */ > +if (lpmat) { > +FT_Matrix extraMat; > +extraMat.xx = FT_FixedFromFIXED(lpmat->eM11); > +extraMat.xy = FT_FixedFromFIXED(lpmat->eM12); > +extraMat.yx = FT_FixedFromFIXED(lpmat->eM