Re: [ft] Outline Tags

2006-08-31 Thread Werner LEMBERG
If I understand the documentation correctly, the possible values in the array outline-tags are FT_Curve_Tag_On, FT_Curve_Tag_Conic or FT_Curve_Tag_Cubic. ORed by FT_CURVE_TAG_TOUCH_X and FT_CURVE_TAG_TOUCH_Y. Use the macro FT_CURVE_TAG to filter them out. I've fixed that in the

Re: [ft] Outline Tags

2006-08-31 Thread LonelyStar
I just learned of FT_Outline_Decompose, which does the trick for me. Thanks for the answer! Nathan Werner LEMBERG wrote: If I understand the documentation correctly, the possible values in the array outline-tags are FT_Curve_Tag_On, FT_Curve_Tag_Conic or FT_Curve_Tag_Cubic. ORed by

[ft] Tesselationg Fonts with gluTesselator

2006-08-31 Thread LonelyStar
Hello together, I am trying to make Polygons for Fonts using gluTesselator. It works on many characters, but fails on characters with wholes. So my guess is, that I use the wrong Winding rules. I set the winding this way: if(face-glyph-outline.flags | FT_OUTLINE_EVEN_ODD_FILL)

[ft-devel] Issue with migration from OSX to freetype based rendering...

2006-08-31 Thread Jean-Charles VERDIE
Hi,We are experiencing the following problem: We try to port OSX-based WebKit Layout tests to linux. We moved from a Quartz Font rendering engine to FreeType. The layout tests compare the rendered blocks with the expected one, using text-based dump render trees. Unsurprisingly, the FreeType render

Re: [ft-devel] freetype library performance

2006-08-31 Thread mpsuzuki
Hi, On Thu, 31 Aug 2006 16:06:58 +0300 Ivan Tarapov [EMAIL PROTECTED] wrote: Using built in Linux fonts makes the application work faster. Does anybody have any idea, why such slowdown happens? Maybe there're some tunable parameters in freetype library that can influence this? built in Linux

Re: [ft-devel] Issue with migration from OSX to freetype based rendering...

2006-08-31 Thread mpsuzuki
Hi, Sorry for your inconvenience. Due to the manpower squeeze of MacOS experts in FreeType developer, I want to decompose the issue into platform-dependent and -independent problems. And I have to apologize for I don't know WebKit at all. On Thu, 31 Aug 2006 17:29:17 +0200 Jean-Charles VERDIE