Re: [ft-devel] Problem with Type 42 incremental downloading font

2005-12-03 Thread Werner LEMBERG
A little bit late but here's the fix without touching FT_New_Meory_Face. Applied, thanks! Werner ___ Freetype-devel mailing list Freetype-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype-devel

Re: [ft-devel] Problem with Type 42 incremental downloading font

2005-12-02 Thread Taek Kwan(TK) Lee
A little bit late but here's the fix without touching FT_New_Meory_Face. TK --- --- t42objs.c2005-08-15 16:05:56.0 -0400+++ t42objs_1.c2005-11-28 15:00:42.0 -0500@@ -259,11 +259,20 @@

Re: [ft-devel] Problem with Type 42 incremental downloading font

2005-11-22 Thread Werner LEMBERG
--- freetype.h2005-08-15 16:05:44.0 -0400 +++ freetype_1.h 2005-11-21 15:49:16.0 -0500 @@ -1875,7 +1875,9 @@ const FT_Byte* file_base, FT_Long file_size, FT_Long face_index, -

Re: [ft-devel] Problem with Type 42 incremental downloading font

2005-11-17 Thread mpsuzuki
Thanks to all. I asked: And, the incremental downloaded Type42 font object only I know is in PostScript printing data: especially that generated for Distiller. I agree, if FreeType can supporting incremental is good idea, but what application uses it? Werner wrote: The incremental code has