Hi Behdad,<div><br></div><div>Haha! Good thing. I&#39;ve already started working on it. And that&#39;s about the way I&#39;ve set it up.</div><div>One question I have is whether I&#39;ll need to handle ARGB32 surfaces, as the current code simply handles 3x (width/height) CAIRO_FORMAT_A8 surfaces. Should I just assume we&#39;ll only need it for the A8 case and assert so in the function? Expanding the code to filter ARGB32 surfaces would be ... tricky.</div>
<div><br></div><div>Lance<br><br><div class="gmail_quote">On Sat, Jan 31, 2009 at 10:35 PM, Behdad Esfahbod <span dir="ltr">&lt;<a href="mailto:behdad@behdad.org">behdad@behdad.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Lance,<br>
<br>
The filtering should go into a file of its own for now. &nbsp;&quot;cairo-lcd-filter.c&quot;<br>
works for me. &nbsp;The public API will look like what was committed and reverted.<br>
&nbsp;The main function in that file will take a cairo image surface and a<br>
filtering mode and subpixel order, and returns a new surface that has the<br>
filtering results...<br>
<br>
The rest of the work will be done in cairo-scaled-font.c. &nbsp;Note that I need to<br>
do some code reshuffling before this can be hooked up.<br>
<br>
Thanks,<br>
<font color="#888888">behdad<br>
</font><div><div></div><div class="Wj3C7c"><br>
Lance Hepler wrote:<br>
&gt; Hi Owen,<br>
&gt;<br>
&gt; It seems that Behdad is not interested in disturbing the ability to do<br>
&gt; native-style rendering. He&#39;s interested in making it possible to do<br>
&gt; rasterization in cairo so that animation of text can be done well. This<br>
&gt; is an excellent point.<br>
&gt;<br>
&gt; I don&#39;t see any issues in that at all. The question is, how/where do I<br>
&gt; want to put a new file/funtions that contains the lcd filtering code<br>
&gt; that I&#39;ve ripped from freetype? And how do we want this API to look,<br>
&gt; even if we keep it private for cairo until we&#39;re happy with it?<br>
&gt;<br>
&gt; I&#39;m perfectly fine ripping out the sections of freetype that do the<br>
&gt; filtering (I&#39;m sorry D. Turner!), making another file (seems best, since<br>
&gt; we want this filtering available for all backends, not just freetype)<br>
&gt; for doing lcd filtering in the cairo src directory, and hooking the<br>
&gt; calls in cairo-ft-font.c to use this code to filter instead of Freetype.<br>
&gt; Looking over ftlcdfil.c it doesn&#39;t seem to be too difficult to adjust<br>
&gt; the code to work within a cairo-only context. As long as we keep pulling<br>
&gt; in the preferences from fontconfig, there shouldn&#39;t be any regressions,<br>
&gt; and I don&#39;t foresee tremendous difficulty in making this adjustment. Of<br>
&gt; course, I haven&#39;t looked at the formats we&#39;re using to keep the other<br>
&gt; backends bitmapped glyphs, so maybe I&#39;m just naive.<br>
&gt;<br>
&gt; Anyways, doing this now will give us the immediate benefit of having<br>
&gt; these improved filtering methods finally upstream, which would be of<br>
&gt; benefit to the unnamed distros that are currently using one version of<br>
&gt; the 10301 patch or another. That, and I&#39;m sure users of those distros<br>
&gt; that are not using the 10301 patches will benefit from/be grateful for<br>
&gt; the improved font rendering. Really, I just want to go the route that<br>
&gt; will upstream these filtering abilities as soon as possible.<br>
&gt;<br>
&gt; I am really interested and anxious to see the putative improvements in<br>
&gt; font rendering Behdad has planned (subpixel positioning for<br>
&gt; unhinted/slightly-hinted fonts might be really nice! (they aren&#39;t really<br>
&gt; affected by the lsb/rsb deltas)).<br>
&gt;<br>
&gt; Nicolaus (Lance)<br>
&gt;<br>
&gt; On Thu, Jan 29, 2009 at 11:48 AM, Owen Taylor &lt;<a href="mailto:otaylor@redhat.com">otaylor@redhat.com</a><br>
</div></div><div><div></div><div class="Wj3C7c">&gt; &lt;mailto:<a href="mailto:otaylor@redhat.com">otaylor@redhat.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt; &nbsp; &nbsp; On Thu, 2009-01-29 at 01:39 -0500, Behdad Esfahbod wrote:<br>
&gt; &nbsp; &nbsp; &gt; Hi Lance,<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; I agree with most of your positions. &nbsp;However, my long term plan<br>
&gt; &nbsp; &nbsp; is to move<br>
&gt; &nbsp; &nbsp; &gt; glyph rasterization away from FreeType and into cairo, and that<br>
&gt; &nbsp; &nbsp; includes<br>
&gt; &nbsp; &nbsp; &gt; subpixel rendering. &nbsp;I think the API should wait till that<br>
&gt; &nbsp; &nbsp; happens. &nbsp;In that<br>
&gt; &nbsp; &nbsp; &gt; case Carl&#39;s remaining issues will be moot as we can do the same<br>
&gt; &nbsp; &nbsp; filtering on<br>
&gt; &nbsp; &nbsp; &gt; all platforms and it will not be FreeType-specific anymore.<br>
&gt;<br>
&gt; &nbsp; &nbsp; One thing to be concerned about is that matching the system rendering.<br>
&gt; &nbsp; &nbsp; Whether text looks good is not just a matter of whether it looks good in<br>
&gt; &nbsp; &nbsp; isolation, but whether it matches other text on the screen in contrast<br>
&gt; &nbsp; &nbsp; and other characteristics.<br>
&gt;<br>
&gt; &nbsp; &nbsp; For example, if you take some text rendered on the Mac, and drop it onto<br>
&gt; &nbsp; &nbsp; a Windows desktop, the typical reaction will be that it is fuzzy. Taking<br>
&gt; &nbsp; &nbsp; text the other way may produce complaints about letter shapes or color<br>
&gt; &nbsp; &nbsp; fringing.<br>
&gt;<br>
&gt; &nbsp; &nbsp; - Owen<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div>