Re: [ft-devel] [PATCH] Document that FT_Get_X11_Font_Format is an intrinsic call

2009-08-28 Thread Werner LEMBERG
> Please consider applying the attached documentation patch to clarify > this. Applied, thanks. > Going further, what people think about making this part of the core > api as FT_Get_Face_Format()? Given the broader usage nowadays I > think that makes more sense than having it only in an optiona

Re: [ft-devel] [PATCH] Document that FT_Get_X11_Font_Format is an intrinsic call

2009-08-28 Thread Ralph Giles
On Fri, Aug 28, 2009 at 12:09 AM, Werner LEMBERG wrote: > Applied, thanks. Thanks. >> Going further, what people think about making this part of the core >> api as FT_Get_Face_Format()?  Given the broader usage nowadays I >> think that makes more sense than having it only in an optional >> modul

Re: [ft-devel] Parameters of cache subsystem seem not working

2009-08-28 Thread Werner LEMBERG
> I would like to consult with you regarding cache subsystem. [...] I'm not familiar with the cache subsystem, and David is usually very busy and doesn't answer emails, sorry. My advice: Check the source code of the `ftview' application which uses the cache subsystem, and activate FreeType's me

Re: [ft-devel] Parameters of cache subsystem seem not working

2009-08-28 Thread Maggy Anastasia
First of all, Thanks Werner, the problem is solved now. I did make a mistake in calling FTC_ImageCache_LookupScaler(..., anode); passing non-NULL anode and never calls FTC_Node_Unref(anode, manager), making the glyphs in the cache to be persistent and will never be deleted. This is specified in t

[ft-devel] Re: [ft] Re: Few typefaces are not loading

2009-08-28 Thread Noorul Sahabudeen
I am not getting what is ftdump. Can you send some link or something for me to understand , what i should do exactly? Thanks Noorul mpsuz...@hiroshima-u.ac.jp wrote: FreeType2 supports TTC format either. Please execute ftdump to the font file and report the result. Regards, mpsuzuki On Fri, 28

[ft-devel] [ft] Freetype stroker bug creates gaps in borders around glyphs.

2009-08-28 Thread Eric Appleman
I was wondering if this is a known issue. For more information on this bug, consult these bug reports and Greg: http://code.google.com/p/libass/issues/detail?id=2 https://savannah.nongnu.org/bugs/index.php?27312 Image of bug in action: http://img214.imageshack.us/img214/3976/mazuiharuhigaps.png

[ft-devel] Re: [ft] Re: Few typefaces are not loading

2009-08-28 Thread Noorul Sahabudeen
Hi, I am using Windows. Freetype2 is not loading few fonts like Windings, Webdings, Cambria and some .TTC files also. Can anyone check and give me some solution. Thanks Noorul Noorul Sahabudeen wrote: I am not getting what is ftdump. Can you send some link or something for me to understand

Re: [ft-devel] Re: [ft] Re: Few typefaces are not loading

2009-08-28 Thread Dmitry Timoshkov
"Noorul Sahabudeen" wrote: I am using Windows. Freetype2 is not loading few fonts like Windings, Webdings, Cambria and some .TTC files also. I have no Cambria here under XP, but Freetype works just fine with other fonts I tested with. Can anyone check and give me some solution. Please

Re: [ft-devel] Re: [ft] Re: Few typefaces are not loading

2009-08-28 Thread Dmitry Timoshkov
"Noorul Sahabudeen" wrote: For few fonts like "Cambria" face is Null and for few fonts line webdings i am not getting any characters. You need to select an appropriate charmap: FT_Select_Charmap(face, FT_ENCODING_UNICODE); // or FT_ENCODING_MS_SYMBOL -- Dmitry.