[ft-devel] Known problem with FT_StreamRec::base being non-NULL also for file-based streams?

2010-03-01 Thread Tor Lillqvist
Hi, I noticed a problem in the Pango FreeType backend on Windows, where it would see a FT_StreamRec with a non-NULL base field, and thus assume it is a memory-based stream as the comment in ftsystem.h promises (and that base points to the whole font file mapped into memory). I did some

Re: [ft-devel] Known problem with FT_StreamRec::base being non-NULL also for file-based streams?

2010-03-01 Thread Tor Lillqvist
Indeed. If you know the function calling the final FT_Stream_EnterFrame() and exposes internal base value to FT2 client, please let me know. Sorry, I don't. As the enter/exit functions are called dozens of times before something odd happens and the exit function isn't called (and then later