Re: PangoF2 in win32 not applying GSUB.

2010-03-01 Thread Tor Lillqvist
I think I found the cause to the problem. Pango assumes that the FT_StreamRec::base field, if non-zero, points to the whole font file read or mapped into memory. See pango_ot_info_get(). As such this is correct according to FreeType documentation, as said in ftsystem.h, base :: For memory-based

Re: PangoF2 in win32 not applying GSUB - Fixed.

2010-03-01 Thread Ravi Kiran.
t...@iki.fi wrote: From: Tor Lillqvist t...@iki.fi Subject: Re: PangoF2 in win32 not applying GSUB. To: Ravi Kiran. kira...@yahoo.com Cc: gtk-i18n-list@gnome.org Date: Monday, March 1, 2010, 10:41 AM I think I found the cause to the problem. Pango assumes that the FT_StreamRec::base field

PangoF2 in win32 not applying GSUB.

2010-02-27 Thread Ravi Kiran.
Hello, I have been debugging this issue for the last few days and found that when using pango (pango-1.26.2) with ft2 backend, GSUBs are not being applied (in telugu using lohit_telugu font). I traced this to harfbuzz. When I use an older version of pango (pango-1.12.4) where harfbuzz is not