Bug 10301 - LCD filtering patch
Summary: LCD filtering patch
Status: RESOLVED MOVED
Alias: None
Product: cairo
Classification: Unclassified
Component: freetype font backend (show other bugs)
Version: 1.4.0
Hardware: All All
: medium normal
Assignee: Behdad Esfahbod
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords: licence, patch
: 27721 (view as bug list)
Depends on: 13566
Blocks:
  Show dependency treegraph
 
Reported: 2007-03-15 01:29 UTC by Stanislav Brabec
Modified: 2019-07-20 20:33 UTC (History)
27 users (show)

See Also:
i915 platform:
i915 features:


Attachments
cairo-1.2.4-lcd-filter-1.patch (21.20 KB, patch)
2007-03-15 01:30 UTC, Stanislav Brabec
Details | Splinter Review
cairo-1.4.10-lcd-filter-1.patch (21.24 KB, patch)
2007-07-04 06:23 UTC, Stanislav Brabec
Details | Splinter Review
text-rotate testcase after ported patch (10.25 KB, image/png)
2007-12-02 16:45 UTC, Sylvain Pasche
Details
Incorrect glyph positioning on 1.5 branch (31.57 KB, image/png)
2007-12-04 23:34 UTC, Brandon Wright
Details
patch for 1.5 (29.20 KB, patch)
2007-12-05 17:51 UTC, Sylvain Pasche
Details | Splinter Review
Sylvain's patch against 1.5, modified to use correct definitions. (29.20 KB, patch)
2007-12-08 02:23 UTC, Brandon Wright
Details | Splinter Review
patch v2 for 1.5 (38.04 KB, patch)
2008-01-20 15:02 UTC, Sylvain Pasche
Details | Splinter Review
Update of patch to cleanly apply to git master (7.41 KB, patch)
2008-07-29 13:39 UTC, James Cloos
Details | Splinter Review
Non-gzip(1)ed version of attatchment 17973 (31.08 KB, patch)
2008-07-29 13:43 UTC, James Cloos
Details | Splinter Review
First attempt to keep default cairo lcd rendering when freetype can't do it. (12.17 KB, patch)
2008-10-03 03:17 UTC, Nicolaus L Hepler
Details | Splinter Review
Fallback to cairo lcd filtering if freetype cannot. (13.55 KB, patch)
2008-10-03 17:24 UTC, Nicolaus L Hepler
Details | Splinter Review
Fallback to cairo's original LCD filtering if freetype lacks the capacity (39.89 KB, patch)
2008-12-14 22:28 UTC, Nicolaus L Hepler
Details | Splinter Review
Screenshot showing error from latest patch (58.17 KB, image/png)
2009-01-27 16:38 UTC, Brandon Wright
Details
Revised version of "Fallback to cairo's original LCD filtering if freetype lacks the capacity" (39.96 KB, patch)
2009-01-27 23:47 UTC, Brandon Wright
Details | Splinter Review
Revised Revised version of the Freetype Filtering with Fallback patch (39.65 KB, patch)
2009-01-28 18:11 UTC, Nicolaus L Hepler
Details | Splinter Review
fix alpha mapping in vertical RGB to ARGB32 conversion (698 bytes, patch)
2010-06-17 16:30 UTC, Nicolaus L Hepler
Details | Splinter Review
Allow changing of hintstyles by FC (16.27 KB, patch)
2010-11-20 01:01 UTC, Baybal
Details | Splinter Review

Description Stanislav Brabec 2007-03-15 01:29:19 UTC
Here is a patch for LCD filtering from SuSE builds.

The patch is from David Turner, one of the freetype2 upstream developers.

David Turner says: "...my final understanding is that the MS patents pretty cover *all* cases of LCD-specific rendering we're interested in (there are ClearType patents that clearly don't affect us). And by the way, this includes the original LCD-specific code found in libXft, Cairo, and probably the XRender implementation of your X11 Server, even without my FIR-filter patch."

David Turners mails concerning the LCD filtering and the Cairo patch
are all on a public mailing list and they explain the problem
in detail:

http://lists.gnu.org/archive/html/freetype/2006-09/msg00064.html
http://lists.gnu.org/archive/html/freetype/2006-09/msg00069.html
http://lists.gnu.org/archive/html/freetype/2006-09/msg00081.html
http://lists.gnu.org/archive/html/freetype/2006-10/msg00004.html
http://www.mail-archive.com/freetype@nongnu.org/msg00981.html
Comment 1 Stanislav Brabec 2007-03-15 01:30:08 UTC
Created attachment 9148 [details] [review]
cairo-1.2.4-lcd-filter-1.patch
Comment 2 Stanislav Brabec 2007-03-15 01:37:14 UTC
It seems, that following URL may contain updated version of attached patch.
http://lists.gnu.org/archive/html/freetype/2006-10/msg00004.html
Comment 3 Stanislav Brabec 2007-03-15 01:45:18 UTC
No, checking mail dates, cairo-1.2.4-lcd-filter-1.patch seems to be the latest I can find: http://www.mail-archive.com/freetype@nongnu.org/msg01028.html
Comment 4 ismail ( cartman ) donmez 2007-06-29 03:05:34 UTC
The patch gives impressive results when LCD filtering is enabled in Freetype, but it won't apply to 1.4.10 cleanly.
Comment 5 Stanislav Brabec 2007-07-04 06:23:37 UTC
Created attachment 10583 [details] [review]
cairo-1.4.10-lcd-filter-1.patch

My attempt to update patch for cairo 1.4.10.
Comment 6 ismail ( cartman ) donmez 2007-07-04 06:42:41 UTC
Removing  _cairo_error (CAIRO_STATUS_NO_MEMORY); from the code doesn't sound right :-/
Comment 7 ismail ( cartman ) donmez 2007-11-28 21:50:05 UTC
Behdad,

Is there any chance you are gonna apply this patch? This patch improves rendering a lot but its once again out of sync with cairo 1.5.2.

Please comment.
Comment 8 Behdad Esfahbod 2007-11-29 18:29:21 UTC
Looks good to me generally.  Can go in 1.6 after testing.
Comment 9 ismail ( cartman ) donmez 2007-11-29 20:13:20 UTC
Very good news, David Turner will like this news :-)
Comment 10 Behdad Esfahbod 2007-11-29 20:38:35 UTC
Well, he has a much larger chunk of code rewriting cairo-ft that is awaiting review...
Comment 11 ismail ( cartman ) donmez 2007-11-29 20:40:22 UTC
(In reply to comment #10)
> Well, he has a much larger chunk of code rewriting cairo-ft that is awaiting
> review...

Must be private as I haven't seen it but his patches are always quality anyway, maybe its a good time to review it? :)

With this patch GTK+ apps looks really sharp.
Comment 12 Behdad Esfahbod 2007-11-29 20:54:09 UTC
It's been sent to cairo list multiple times (improved versions).  Yes, his patches are very good, but it completely rewrites cairo-ft.c, so can use a review still.

I really like to get that in 1.6.  Will see.
Comment 13 Stanislav Brabec 2007-11-30 03:02:02 UTC
Please review carefully, porting of this patch was not trivial and I could make any mistake.
Comment 14 Sylvain Pasche 2007-12-02 16:43:28 UTC
The Ubuntu developers slightly enhanced the patch:
"debian/patches/02-cairo-1.4.8-lcd-filter-2.dpatch:
    - Restore patch that uses the new FreeType LCD colour filtering features,
      with additional modification that the specific LCD Filter can be
      changed."
(you can get the source from http://packages.ubuntu.com/gutsy/libs/libcairo2)

I tried porting that patch on the trunk (as expected, it doesn't apply cleanly). However, glyph positioning is broken. I'll try to debug this when I have time.
Comment 16 Sylvain Pasche 2007-12-02 16:53:50 UTC
I forgot to add:

I looked at the freetype rewrite patches from David Turner (http://david.freetype.org/cairo/fix-freetype-usage-4.patchset), but they do not seem to have the lcd-filtering enhancement proposed here (I saw no FT_Library_SetLcdFilter call). So these two changes should be independent (of course, the patch here might need large adaptations to by applied on top of the freetype rewrite).
Comment 17 Brandon Wright 2007-12-04 23:23:22 UTC
I would like to see this go into 1.6 as well. It seems many packagers are already using it, so it wouldn't hurt, and it makes sub-pixel rendering much better looking.
Comment 18 Brandon Wright 2007-12-04 23:34:31 UTC
Created attachment 12955 [details]
Incorrect glyph positioning on 1.5 branch

I've applied the patch to cairo 1.5.2 after some fuzzing, but it seems I've run into the same glyph layout issue Sylvain encountered. 

I've attached a screenshot from my GNOME appearance pane. It was the only location I could find where the the labels are large enough to avoid completely clipping the text. It appears from this that the vertical positioning is significantly off, but the horizontal positioning is only wrong by a few pixels on some glyphs.
Comment 19 Sylvain Pasche 2007-12-05 17:51:09 UTC
Created attachment 12971 [details] [review]
patch for 1.5

The patch needed to be updated according to  31f5aafa36015ee6ea8ff769c2e1d5841f62642f.

This is now running quite better.

Tests will need to be updated / completed.
Comment 20 Sylvain Pasche 2007-12-07 02:30:29 UTC
Behdad,

Do you prefer to wait for the freetype rewrite before dealing with this bug? As I said in comment 16, the freetype rewrite will not automatically solve this issue.

Otherwise, I can help with the test update or cleanup if you think you can make it for 1.6.
Comment 21 Brandon Wright 2007-12-08 00:28:29 UTC
Sylvain, your ported patch requires definitions that come from Ubuntu's supplementary patch to fontconfig. You either need to get that patch into fontconfig upstream or remove the added options from the cairo patch. 

As an added note, even after patching fontconfig and building from your patch, the fontconfig additions don't seem to have any effect. In fact, the original Ubuntu-modified changeset to Cairo has a significant error where they use FC_LCD_FILTER_* definitions where they should be using FT_LCD_FILTER_* to pass to FT_Library_SetLcdFilter. I checked the headers, and the definitions don't correspond. This leads me to believe that their changes never did what they were supposed to in the first place.
Comment 22 Brandon Wright 2007-12-08 02:23:21 UTC
Created attachment 12997 [details] [review]
Sylvain's patch against 1.5, modified to use correct definitions.

Some definitions needed editing to make the filter configuration from Ubuntu work. This patch contains those modifications.
Comment 23 Brandon Wright 2007-12-08 02:39:58 UTC
I've created bug 13566 with the modification patch to fontconfig that allows the cairo patch to apply.
Comment 24 ismail ( cartman ) donmez 2007-12-08 04:38:52 UTC
(In reply to comment #23)
> I've created bug 13566 with the modification patch to fontconfig that allows
> the cairo patch to apply.

Tested with cairo 1.5.4 and fontconfig 2.5.0 with patches for each, works fine.

Comment 25 Sylvain Pasche 2007-12-08 06:58:41 UTC
Thanks Brandon for making this Ubuntu independent. I didn't know Ubuntu's fontconfig was also patched.
Comment 26 Brandon Wright 2007-12-20 11:26:11 UTC
I'd like to add that the Cairo patch doesn't seem to include support for setting the filtering type in the fontconfig configuration files. It only reads the value from the X resource database. If this were to to be committed, it'd probably be a good idea to have that config file support. Someone more familiar with cairo's font options than me would have to do this.
Comment 27 Sylvain Pasche 2008-01-20 15:02:10 UTC
Created attachment 13825 [details] [review]
patch v2 for 1.5

This new versions adds LCD filtering to the public API as discussed on the mailing list. I also added support to read the filtering configuration from Fontconfig.

This patch is the merge of a series of smaller patches which are visible at http://spasche.net/hg/cairo-patches/file/. A description of each patch, in queue order:

lcd-filtering-david.diff
  This is the original patch that David wrote, slightly modified for 1.5 compatibility.

lcd-filtering-david-style-fix.diff
  This contains modifications for matching Cairo coding style more closely.

lcd-filtering-font-options.diff
  This contains the modification for adding the lcd filter option to the public API and the cairo_font_options_t type.

lcd-filtering-fc-compat.diff
  This adds define for compatibility when without the new lcd filtering constants (Fontconfig patch not yet applied, see bug 13566).

lcd-filtering-xlib-screen.diff
  Adds support to retrieve the lcd filter from the Xrm database (from the previous patch).

lcd-filtering-handle-fontconfig-fontoptions.diff
  The interaction with Fontconfig to deal with the lcd filter type.

lcd-filtering-doc.diff
  Update in the documentation files for the public API change


I hope this splitting can help you for the review, to understand the patch evolution. Maybe I could publish this as a private git repository, but I was familiar with mercurial queues already.

I'm using the legacy filter as a default when nothing is specified in Xrm or Fontconfig. This is the "less surprise" choice as the appearance won't change after being applied. Distributions can change the default in the global fontconfig configuration. I think this choice goes in the same direction as what was discussed on the mailing list.

The lcd-filtering-fc-compat.diff patch could be removed if we force the dependency on Fontconfig 2.6 (after the needed changes are in). But I guess this can be too much requirements.

The tests remain to be updated and added.

Of course the biggest part of this patch is the part from David. Unfortunately he seems not to have much time for Freetype/Cairo these days. I can try to help if you need some digging in that part.
Comment 28 Behdad Esfahbod 2008-01-21 21:46:31 UTC
Can you create and publish a git tree with these patches?
Comment 29 Sylvain Pasche 2008-01-22 15:11:12 UTC
(In reply to comment #28)
> Can you create and publish a git tree with these patches?

I've setup a tree there:
http://spasche.net/git/cairo.git/

The patches can be found in the lcd-filter branch
Comment 30 Behdad Esfahbod 2008-01-22 15:49:31 UTC
- In cairo_lcd_filter_t docs, both FIR's are documented as 5x5.

- Maybe put them in this order: DEFAULT, NONE, INTRA_PIXEL, FIR3, FIR5.

+    /* XXXsyp is this needed? */
+    if (other->base.lcd_filter == CAIRO_LCD_FILTER_NONE)
+	options->base.lcd_filter = CAIRO_LCD_FILTER_NONE;

Well, this is one of the controversial areas in the current cairo-ft code.  I'm not sure, but following neighboring code, seems like this is correct.  Remove the XXX.


Looks good to me.  Can be merged!  Just fixed the above as a followup patch in your tree and I'll fetch and push!
Comment 31 ismail ( cartman ) donmez 2008-01-22 16:02:20 UTC
Does this still need a Fontconfig patch?
Comment 32 Behdad Esfahbod 2008-01-22 16:20:04 UTC
Fontconfig patch is upstreamed, will be in 2.6.
Comment 33 ismail ( cartman ) donmez 2008-01-22 16:21:29 UTC
(In reply to comment #32)
> Fontconfig patch is upstreamed, will be in 2.6.

Good news, thanks.
Comment 34 Sylvain Pasche 2008-01-22 17:05:39 UTC
Thanks for the review. I pushed a new commit with comments addressed.

On Fedora 8 grayscale antialising is used instead of subpixel because freetype is not compiled with FT_CONFIG_OPTION_SUBPIXEL_RENDERING. Would be good to find a solution for this. This may regress the subpixel antialiasing test as a side effect.

I'll write some new tests for the API, something close to text-antialias-XXX.c tests.
Comment 35 Sylvain Pasche 2008-01-26 19:37:04 UTC
Patents related to subpixel antialiasing are listed on http://david.freetype.org/cleartype-patents.html and http://www.microsoft.com/about/legal/intellectualproperty/search/details.mspx?ip_id=IDARAQHD&techType=Any&ipCat=Any&feeStructure=Any&keywords=cleartype&ipVenture=false

They were filled between 1998 and 1999 and have an issue date from 2001 to 2003. Adding 20 years to the latest issue date makes them expire around 2023 (if they are not renewed). Not quite in time for Cairo 1.6 ;-)

I tried to search for the filtering algorithms in these patents (intra-pixel or FIR), but didn't see the specific filter algorithms or FIR kernels described. They seem to cover the whole subpixel process rather than specific algorithms (which is what is quoted from David in comment 0).

I checked an OpenSuse live-cd. They patch Cairo with this patch and do not compile FreeType with subpixel support. The fonts are rendered in gray-antialiasing even when you choose subpixel in the font properties dialog.

My feeling is that applying this patch this is the safest way to go for Cairo regarding patents. Unfortunately, not having subpixel antialiasing available by default is the price to pay for avoiding patents infringements (in the countries where software patents apply). OpenSuse is already in this situation today, so that may be an example that a major distribution can ship without this feature by default.
Comment 36 ismail ( cartman ) donmez 2008-01-27 10:56:34 UTC
Patch once again doesn't apply to latest git :/
Comment 37 Sylvain Pasche 2008-01-27 12:14:00 UTC
(In reply to comment #36)
> Patch once again doesn't apply to latest git :/

You should merge from my git tree:

> git remote add spasche.net http://spasche.net/git/cairo.git
> git fetch spasche.net
> git merge spasche.net/lcd-filter
Comment 38 ismail ( cartman ) donmez 2008-01-27 12:20:06 UTC
Great thanks that works.
Comment 39 Brandon Wright 2008-02-16 05:25:39 UTC
What is the status on this being committed? Are politics posing a problem, or is it just that nobody has had any time to review it yet?
Comment 40 Sylvain Pasche 2008-02-16 05:29:48 UTC
I guess it more about politics right now. Behdad told me he has to discuss this with other developers to decide what direction to take.
Comment 41 Brandon Wright 2008-04-04 12:05:28 UTC
Behdad, are you still hesitant to commit this or haven't you got to it yet?

As a note, I don't really think the patents are a concern in this case. As David Turner says, they apply to all subpixel decimation (they would affect what's already in Cairo if they're valid, so not committing isn't saving any trouble), and the issue is already being taken care of by disablement at the source--FreeType. 

I'd really like to see this go in before the 1.6 release.
Comment 42 Behdad Esfahbod 2008-04-04 12:12:08 UTC
We are waiting to get 1.6 out before committing this.  As a matter of principle, we don't commit patches of this size this late in the release cycle.  This is the kind of stuff that sshould go in early in the devel cycle and that's what we are going to do.
Comment 43 Arkadiusz Miskiewicz 2008-04-13 01:45:56 UTC
(In reply to comment #37)
> (In reply to comment #36)
> > Patch once again doesn't apply to latest git :/
> 
> You should merge from my git tree:
> 
> > git remote add spasche.net http://spasche.net/git/cairo.git
> > git fetch spasche.net
> > git merge spasche.net/lcd-filter
> 

Could you update your repository to latest stable release? (1.6.4)
Comment 44 Sylvain Pasche 2008-04-13 10:35:35 UTC
I prefer to work again on this when things are ready for inclusion (in the next release cycle). Behdad, you can ping me if I can help.
Comment 45 Arkadiusz Miskiewicz 2008-04-13 11:46:38 UTC
(In reply to comment #44)
> I prefer to work again on this when things are ready for inclusion (in the next
> release cycle). Behdad, you can ping me if I can help.
> 

Oh, too bad. Next release cycle (1.8 line) won't happen soon afaik (another year maybe).
Comment 46 Carl Worth 2008-04-14 11:13:47 UTC
(In reply to comment #44)
> I prefer to work again on this when things are ready for inclusion (in the next
> release cycle). Behdad, you can ping me if I can help.

Just for reference, "next release cycle" is now, now that 1.6.0 (and 1.6.2... and 1.6.4) are out.

(In reply to comment #45)
> Oh, too bad. Next release cycle (1.8 line) won't happen soon afaik (another
> year maybe).

1.8 is currently scheduled, (in a wild-guess fashion), for November 2008. I would like to have major releases be closer than a year apart.

-Carl
Comment 47 James Cloos 2008-05-07 12:25:14 UTC
Now that Keith commited the fontconfig support I’ve been testing out
this patch, using this snippit in my fonts.conf:

<?xml version="1.0"?>
<fontconfig>
 <match target="font">
  <test name="fontformat" compare="eq">
   <string>TrueType</string>
  </test>
  <edit mode="assign" name="hinting">
   <bool>true</bool>
  </edit>
  <edit mode="assign" name="hintstyle">
   <const>hintfull</const>
  </edit>
  <edit mode="assign" name="lcdfilter">
   <const>lcdlegacy</const>
  </edit>
 </match>

 <match target="font">
  <test name="fontformat" compare="eq">
   <string>CFF</string>
  </test>
  <edit mode="assign" name="hinting">
   <bool>true</bool>
  </edit>
  <edit mode="assign" name="hintstyle">
   <const>hintslight</const>
  </edit>
  <edit mode="assign" name="lcdfilter">
   <const>lcdlight</const>
  </edit>
 </match>

 <match target="font">
  <test name="fontformat" compare="eq">
   <string>Type 1</string>
  </test>
  <edit mode="assign" name="hinting">
   <bool>true</bool>
  </edit>
  <edit mode="assign" name="hintstyle">
   <const>hintslight</const>
  </edit>
  <edit mode="assign" name="lcdfilter">
   <const>lcdlight</const>
  </edit>
 </match>
</fontconfig>

to get native hints and the legacy filter for sfnt/glyf fonts and light
hints with the light filter for sfnt/cff and type1 fonts.  I’ve also
experimented with lcddefault for the latter two.

Most of the apps I use heavily are still libXft-based, but for those I
generally end up with well-instructed sfnt/glyf fonts anyway.  The cairo-
using apps I’ve tested, though, look better with the varying filtering
than without.

When merging the branch to master¹ there are two conflicts in:

        src/cairo-font-options.c
        src/cairo-ft-font.c

Both are pretty obvious given a look at their history in Sylvain’s branch.

There are a couple of minor style nits:  there may be some tab-vs space
ambiguity and the single-line if blocks have braces (the removal of such
braces on master causes one of those two conflicts), but otherwise nothing
stood out in a quick look.

The cairo ebuild in my personal Gentoo overlay² has the (single file)
patch³ from master to the merged lcd_filer branch, in case any other
Gentoo users want to try it out.

1] as of commit b7272e9e
2] git://people.freedesktop.org/~cloos/overlay.git
3] http://cgit.freedesktop.org/~cloos/overlay/diff/x11-libs/cairo/files/lcd-filter.patch
Comment 48 Brandon Wright 2008-06-03 01:20:44 UTC
Carl or Behdad: Since Cairo is still fairly early in the pre-1.8 cycle, can you push this to git master now? I'd hate to see this miss the feature-freeze again.
Comment 49 Nicolaus L Hepler 2008-07-27 17:48:15 UTC
Allo Gentlemen,
I'm a gtk/cairo user with a particular interest in this bug & patch.
Before this series of patches went into Debian, I kept some of Mr. Turner's patches around for my own use.
The development that has gone into these patches has __greatly__ increased the usability of gtk & gnome for me, and I'd hate to see the work done lost in the 1.8 development cycle.
If the remaining patches around need some sprucing up, I wouldn't mind testing my understanding of cairo innards to tidy them up a bit, given all the new and cool changes Behdad has put into the font layers.
Consider this a gentle >>poke<< then gentlemen.

Thanks,
Nicolaus
Comment 50 Behdad Esfahbod 2008-07-29 11:26:37 UTC
Thanks for the comments.

Actually current plan is to get 1.8 out in about a month.  Yes!

It would be nice if someone could test and update the patch to git master.  I can commit after that then.

I also want to see what kind of filtering control, if any, Windows and OS X native APIs provide.  Is there any hope of even implementing these new APIs for those font backends or it will remain a FreeType-only thing?  Not that it's a deal breaker, not at all.  Just want to know.

Cheers,
Comment 51 Sylvain Pasche 2008-07-29 13:06:17 UTC
Hi Behdad,

I can get at it after the summit (early next week) if nobody hasn't updated it yet.

I can't answer for the Windows/OSX question yet, but I'll have a look. Thanks.
Comment 52 James Cloos 2008-07-29 13:39:47 UTC
Created attachment 17973 [details] [review]
Update of patch to cleanly apply to git master

In reply to comment #50)
> It would be nice if someone could test and update the patch to git master.
> I can commit after that then.

Here is the version I’ve been applying in my local ebuild.

It works fine for me.  I’ve tested the differences between the cairo and xft backends to pango-view and have configured fontconfig to prefer different hinting and filtering options for different font techs as well as for different font qualities.  All w/o any issues.

I originally created the patch in git, and have just updated its offsets by applying it with patch and re-creating it with git-diff.

Attached here for review purposes.

(My uplink is a bit flakey, so I gzip(1)ed it to make sure it would upload.)
Comment 53 James Cloos 2008-07-29 13:43:15 UTC
Created attachment 17975 [details] [review]
Non-gzip(1)ed version of attatchment 17973

(Uplink being what it is, this may not work, but just in case.....)
Comment 54 Behdad Esfahbod 2008-07-29 15:22:07 UTC
Sylvain, oh, we should meet at the summit!
I'm sitting in the lobby downstairs hacking.
Comment 55 Sylvain Pasche 2008-08-05 07:12:18 UTC
I've pushed an updated version on http://spasche.net/git/cairo.git (thanks James for the updated patch, that helped me for merging).

I've added a new patch with tests (text-lcd-filter-*). I had to update the text-antialias-subpixel reference image now that the subpixel antialiasing uses FreeType. (I didn't update/add quartz reference image, should I do that?).

I had a quick look for the Windows / OS X story, I didn't find APIs for controlling the LCD filter but it is possible I missed something.

On Windows, the LCD filtering is handled by ClearType. The ClearType settings are stored in the registry (HKCU/Control Panel/Desktop/FontSmoothing* entries). The LOGFONT structure which defines the attributes of a font has a lfQuality member to select if ClearType should be used for the font. So it doesn't look like to be possible to change the LCD filtering algorithm through the font API.

For OS X, outside of the CGContextSetAllowsAntialiasing/CGContextSetShouldAntialias methods, I didn't find something that looks like to control the type of LCD filter.
Comment 56 Behdad Esfahbod 2008-08-05 13:39:05 UTC
Counting objects: 82, done.
Compressing objects: 100% (63/63), done.
Writing objects: 100% (63/63), 15.12 KiB, done.
Total 63 (delta 51), reused 0 (delta 0)
refs/heads/master: acdc306905b4a39911fd58e9d72aa3db5e1b8760 -> 221599ab0fc1a2fa878659fe5bef88104e56a07c
To git+ssh://git.cairographics.org/git/cairo
Comment 57 Nicolaus L Hepler 2008-10-01 22:26:15 UTC
Hello Gentlemen,

With the recent release of 1.8.0, all of the lcd_filter checks back into fontconfig and Xft have been removed.  For me, this is a (rather tremendous) regression in usability.  I would like this bug to be reopened so that the re-addition of the code can be followed.  There might need to be some debate as per Carl Worth's notes to the regression in lcd filtering ability (which might be the correct way to proceed anyway -- freetype defaults lcd filtering ability to off in case of possible violation of MS Cleartype patents).  Providing redundant (and inferior*) functionality in cairo again might once again jeopardize the stack.

I would appreciate public updates on the debate around lcd_filtering ability, since this particular set of additions to cairo significantly impacts my usability of gnome and cairo on linux.  I have been following this particular set of patches for many _years_, keeping patched versions of my own.  I do think these additions would be of benefit to all users of cairo.

Thank you gentlemen,
If you need anything from me, or would like to see some involvement from me, just ask.  I just need to find time away from the pursuit of my doctorate.

Nicolaus Hepler

* I do apologize to whomever made cairo's filter in the first place, but in my opinion it _is_ inferior to freetype's filters -- the current pixel-clipping code in cairo lcd filtering results in yellow-blue halos that are quite evident to me on any screen I've used.
Comment 58 Carl Worth 2008-10-01 23:03:43 UTC
(In reply to comment #57)
> Hello Gentlemen,

Hi Nicolaus,

> With the recent release of 1.8.0, all of the lcd_filter checks back into
> fontconfig and Xft have been removed.  For me, this is a (rather tremendous)
> regression in usability.

Yeah, sorry about that. I know that some people really wanted these new filtering options, and it had always been my intent that they be present in 1.8.0. It was just that I didn't notice until *very* late in the release cycle that I couldn't accept how this had been implemented.

>  I would like this bug to be reopened so that the
> re-addition of the code can be followed.

Done. (Did the bugzilla interface not allow you to re-open it yourself? I'd generally prefer people just throw the switches they want in bugs, rather than asking for others to throw them.)

> Providing redundant (and inferior*) functionality in cairo again might once again
> jeopardize the stack.

No debates on patents, please. That's not cairo's concern.
 
> I would appreciate public updates on the debate around lcd_filtering ability,

It seems easy to me. Just use the freetype APIs if they are present *and* they are actually functional, (not the "you asked for subpixel, but I'll give you gray" thing). And if not, use the code that's already in cairo.

We should even be able to make a change like that for a minor release, (1.8.2 or 1.8.4).

> If you need anything from me, or would like to see some involvement from me,
> just ask.

Just need somebody to code that up.

> * I do apologize to whomever made cairo's filter in the first place, but in my
> opinion it _is_ inferior to freetype's filters

Well, it's really just a matter of what assumptions it was coded against.

>  -- the current pixel-clipping
> code in cairo lcd filtering results in yellow-blue halos that are quite evident
> to me on any screen I've used.

The filters in cairo were written with the assumption of strong hinting. And with that hinting, I still haven't seen any better filters, (freetype provides a "LEGACY" filter that's supposed to be similar---it's not identical but I don't know if one or the other would be "better" in my opinion). I do agree that there are really bad color fringes if you use this filtered sub-pixel rendering without good hinting. I think "just don't do that" would be that reaction of the original filter's author. :-)

So that's not to disagree with you at all, just to explain how this code actually can function quite well.

-Carl
Comment 59 Nicolaus L Hepler 2008-10-02 01:00:15 UTC
Hi Carl,

Sorry about asking about the bug switch.  I don't like being pushy, and some people are very protective of their bug tracking systems.  Glad to know you're not so overly-protective. ~ grin ~

As for the patent thing, you're probably right.

And again for cairo's built-in filtering -- I usually never use strong hinting.  Slight hinting almost always produces better shapes (well for me at least -- I still find Windows users not using Cleartype, but then again this is a preference thing.)  So that explains my usage case at least.  Thanks for letting me know.

I'll get on coding up a piece of that switch, then.

Nicolaus
Comment 60 belshazzar 2008-10-02 09:51:20 UTC
> (In reply to comment #57)

Hello Carl. I very much agree with Nicolaus. I also understood that you were not against the Turnerian FIR filters but against possible distributors’ choices affecting what Cairo can promise to render or not. Still I want to point something out regarding which filter is better for Cairo.

> The filters in cairo were written with the assumption of strong hinting. And
> with that hinting, I still haven't seen any better filters, (freetype provides
> a "LEGACY" filter that's supposed to be similar---it's not identical but I
> don't know if one or the other would be "better" in my opinion). I do agree
> that there are really bad color fringes if you use this filtered sub-pixel
> rendering without good hinting. I think "just don't do that" would be that
> reaction of the original filter's author. :-)

But strong hinting is the wrong assumption to begin with. Full hinting — or worse, byte-code superhinting — is so 1990’s!

Sure, a lot of coder/UNIX types still prefer high contrast on-screen text, but for Cairo an algorithm that is so robust that it can accomodate both full hinting and light autohinting is much a much better match.

Cairo is general purpose, so one thing it’s used for is on-screen text in UI and, e.g., webpages. This is a setting where full hinting makes some sense, because integer point sizes are used and the Cairo filter then has to deal with 1px stems only. No big deal, as only the curves and bowls and diagonals need attention.

But Cairo is also used for freely scalable canvases, for rich graphics using serif, script, or decorative typefaces. For animation. Strong hinting makes no sense here. On a general image surface nice autohinted text blends in a lot better. Autohinting /is/ »good hinting«. And the FIR filters are the best match for it. Even better, the FIR filters even give very good results for strongly hinted UI text. It’s just more versatile.

Please see the AB comparison page I made: http://www.alice-dsl.net/towolf/cairo/
(Weakness: It only presents one case, one text setting, unlike the huge comparison that Sylvain presented.)
Comment 61 Carl Worth 2008-10-02 17:09:34 UTC
(In reply to comment #60)
> Please see the AB comparison page I made:
> http://www.alice-dsl.net/towolf/cairo/
> (Weakness: It only presents one case, one text setting, unlike the huge
> comparison that Sylvain presented.)

I'm interested in replying to more of what you've written, but first I wanted to point out that I can't get your comparison page to work. (Nothing changes when I move the mouse on and off the images. I can right-click and do "open image" and then I will get a different image, but I can't even do that for both images for switching back and forth between two tabs.)

This is with gecko, (either Debian's iceweasel 3.0.1 or Debian's "GNOME Web Browser" 2.22.3 "powered by gecko-1.9).

Any ideas? I'm curious to see the images.

-Carl

PS. And I'm delighted to see so much commentary with the images. So often in the past I've seen people trying to advocate for these patches with things like "look at these two images! Obviously you see why I want this patch", and then I'm just lost as to which is supposed to look better or why, etc.
Comment 62 Nicolaus L Hepler 2008-10-03 03:17:43 UTC
Created attachment 19349 [details] [review]
First attempt to keep default cairo lcd rendering when freetype can't do it.
Comment 63 Nicolaus L Hepler 2008-10-03 03:19:12 UTC
Comment on attachment 19349 [details] [review]
First attempt to keep default cairo lcd rendering when freetype can't do it.

Carl,

I'm also interested in seeing these examples, but I too can't view the hoversrc
image -- Firefox 3.0.2 here.

I thought this shouldn't be too difficult to fix since " ... [the]
`FT_Library_SetLcdFilter' function returns the FT_Err_Unimplemented_Feature
error code."

Attached is a preliminary patch.  I apologize for my newbieness with C, I've no
formal training in it.  Doubtlessly I have a "paper bag issue" somewhere in my
code.  Comments extremely welcome.

Nicolaus
Comment 64 belshazzar 2008-10-03 06:25:44 UTC
(In reply to comment #61)
> (In reply to comment #60)
> I'm interested in replying to more of what you've written, but first I wanted
> to point out that I can't get your comparison page to work. (Nothing changes
> when I move the mouse on and off the images. I can right-click and do "open
> image" and then I will get a different image, but I can't even do that for both
> images for switching back and forth between two tabs.)

Ja, let me say ›oops‹. In a rush to get it out the door I neglected to test with Firefox. It seems I followed the wrong mouseover tutorial. Should work now.

But I’ve figured I must also add an example of large display type, so you get added value now.

> PS. And I'm delighted to see so much commentary with the images. So often in
> the past I've seen people trying to advocate for these patches with things like
> "look at these two images! Obviously you see why I want this patch", and then
> I'm just lost as to which is supposed to look better or why, etc.

There’s certainly an inherent danger in pointing to screenshots and shouting: »See? See? It’s so much better!« because that’s not necessarily true for everybody. Someone might just have gotten new, sharp spectacles, or she is myopic and sits 20cm from the screen — loupe effect!.  Or someone’s screen is really low-res, rotated to portrait, or whatnot.

The point here is that configurability is a necessity due to taste differences. So with the patch we can have GRAY, LEGACY, FIR3 and FIR5. Importantly the FIR filters are the most versatile and robust. They work well across the board, LEGACY doesn’t. Thus they are the best candidates for the LCD_FILTER_DEFAULT designation.

A future font appearance configuration panel should offer more options to tweak this. But it should probably only make sensible combinations possible. That is, if native TrueType instructions are enabled then LEGACY or monochrome make sense. If slight hinting is enabled, then FIRx and GRAY make sense.

Comment 65 Nicolaus L Hepler 2008-10-03 17:24:36 UTC
Created attachment 19362 [details] [review]
Fallback to cairo lcd filtering if freetype cannot.

Gentlemen,

This is my second attempt, minus several "paper bag" sort of incidents.
I've compiled, tested, and am using this version now, switching between +/- lcd-filtering versions of freetype freely and having cairo lcd filter in all cases (although preferring freetype filtering when available).

Hope this helps!

Nicolaus
Comment 66 belshazzar 2008-10-11 08:33:37 UTC
Hello again. I was curious, so I added a new section to my comparison page juxtaposing Vista and Cairo:
http://www.alice-dsl.net/towolf/cairo/#vista
Comment 67 Carl Worth 2008-10-11 09:25:38 UTC
(In reply to comment #66)
> Hello again. I was curious, so I added a new section to my comparison page
> juxtaposing Vista and Cairo:
> http://www.alice-dsl.net/towolf/cairo/#vista

Hello again,

While you're adding new images, I'd like to write up a couple quick thoughts based on your presentation so far.

First, you seem to be largely arguing for a change in the default filtering, beyond just adding code to allow for the freetype filtering to be used. That's certainly a useful discussion to have. But oddly, the images on the page don't actually show direct comparisons of the different choices we have here for a default. I'd like to see the results of cairo's current code compared to freetype's LEGACY and that compared to FIR3 and FIR3 compared to FIR5. Things like that.

You also limit the presentation by saying "This is not a test of the boring canonical high contrast scenario with bytecode hinted DejaVu Sans, 8pt text, and pixel-fitted stems.". As "boring" as that scenario might be, it's a terribly important one, so I would really like to see some examples of that added if you would. I'd like to ensure a "do no harm" situation here.

Meanwhile, another problem I had with the original patch series was that it simply exported all of the freetype filters as-is up to the user level through cairo's public API. One problem with this is that the filters are all obviously freetype-specific while cairo provides a cross-platform API. An argument for providing the API is for someone like Behdad to be able to write a font-preferences dialog that presents (unnamed) font-rendering samples to the user and lets them simply click on which one they prefer.

But for that kind of font-preferences dialog, we already have 3 different ANTIALIAS font options and 4 different HINT_STYLE options. So that's 12 different necessary samples now, and adding 4 different filters expands that to 48, which seems to go way beyond what any user could ever want to see.

Meanwhile, the descriptions on your page seem to argue for specific filters being best in specific situations. For example, there seems to be an implicit preference for FIR5, (no FIR3 examples, and a link to an Ubuntu poll favoring FIR5). So is there any reason to provide FIR3 at all? Also, you argue that LEGACY doesn't do well in anything but the strongly-hinted case, but does it (or cairo's code?) actually do best there?

I'm wondering if we shouldn't automatically choose a filter based on the HINT_STYLE option. I'm also wondering that if we do decide to expose these in the API whether we should just export two options absed on their general characteristics, (INTER_PIXEL and INTRA_PIXEL ?), rather than so much about their details implementation, (FIR3 and FIR5, etc.).

Well, this is all a little bit off-topic for the specific bug here, and it's getting into API discussion that really needs to take place on the cairo list.

Let's move the discussion there. Feel free to quote my stuff liberally or completely if you'd like to reply on the list.

Thanks,

-Carl
Comment 68 Behdad Esfahbod 2008-10-11 13:42:49 UTC
Carl, you really should try maintaining a distro's text stack for a couple years before you get it:  There is no sensible defaults.  People file bugs about their text rendering where it looks perfectly fine to me.  Certainly much better than what they call the unbuggy version.  Choosing filters based on hintstyle, or exposing some but not other filters is simply not cairo's business.  Smple as that.
Comment 69 Brandon Wright 2008-10-16 07:19:18 UTC
Nicolaus, what source tree is your patch based on? I can't get it to apply to either 1.8.0 or master.
Comment 70 Brandon Wright 2008-10-16 08:05:15 UTC
(In reply to comment #69)
> Nicolaus, what source tree is your patch based on? I can't get it to apply to
> either 1.8.0 or master.
Ok, I see it applies well enough against master with commit 5d887ad5dca5af0f8216830d1b04d08a5aba9bee reverted.  

Comment 71 Nicolaus L Hepler 2008-10-17 22:11:11 UTC
Yea, it applies to a revert of the revert of the lcd_filtering functionality.  There's still some stupid crap in that code, I realize, so I'm going to  go over it again.  But at least it works.
Comment 72 Carl Worth 2008-10-18 09:46:25 UTC
(In reply to comment #68)
> Carl, you really should try maintaining a distro's text stack for a couple
> years before you get it:  There is no sensible defaults.  People file bugs
> about their text rendering where it looks perfectly fine to me.  Certainly much
> better than what they call the unbuggy version.  Choosing filters based on
> hintstyle, or exposing some but not other filters is simply not cairo's
> business.  Smple as that.

I don't buy it, Behdad.

Certainly, you have experience that I don't here. I don't content that. And users often do want text-rendering results that seem hard to believe---I've seen that.

But as for the details of which kind of LCD filtering---your distribution has never made that available as an option, right? So what evidence do you have that people won't be satisfied here? Just that "they're never satisfied"?

I'd really like to do something very much like "strong hinting"->"current filtering" and "slight/medium hinting"->"freetype's FIR5 filtering" and see if that satisfies people. And best would be to do that experiment by way of the new text-preferences dialog where people choose the version that they like the best. I really can't imagine many people saying "none of the above". (I think most hard-to-understand complaints come from people not being able to achieve a result that they are accustomed to---and that's precisely part of the reason that led to the revert of the freetype-filter using code during 1.7.x.)

-Carl
Comment 73 Brandon Wright 2008-11-14 15:35:11 UTC
Sorry for bringing this bug up again, but I noticed cairo 1.8.4 is now out, and I was wondering what else needed to be done to put filtering back into the next point release (if it's still possible). What are everyone's opinions of Nicolaus's patch, and is something else required that his patch doesn't handle?
Comment 74 Nicolaus L Hepler 2008-12-14 22:28:40 UTC
Created attachment 21150 [details] [review]
Fallback to cairo's original LCD filtering if freetype lacks the capacity

Here's an updated patch for mainline, applies directly to HEAD.
I've compile-tested it, and a derivative of the patch on a VirtualBoxed Ubuntu Intrepid System. It works, but it's not HEAD.
If anyone finds any bugs, please let me know.
Now that classes are in remission and I'm no longer over-taxing myself, I'd really like to get this issue resolved.
There's been some discussion from Carl on what he'd like to see, but nothing really decided upon. If we could have a discussion and lay down what needs to be done to get these Freetype filtering patches upstream, that'd be a step in the right direction.

Thanks everyone!

Nicolaus
Comment 75 Nicolaus L Hepler 2008-12-30 18:23:21 UTC
This is a gentle >>nudge<<.
Behdad or Carl, can either one or both of you suggest a plan of action?
I would like to get the ball moving on this one.
We currently have downstream distros differing on this issue greatly, the situation could easily be improved.

Nicolaus
Comment 76 Brandon Wright 2008-12-30 22:13:58 UTC
Nicolaus, I tested your latest patch against HEAD, and it has a bug where grayscale or monocolor fonts are extra-wide. I've also tested HEAD with just reverting 5d887ad5dca5af0f8216830d1b04d08a5aba9bee and fixing the conflicts, and the bug isn't there. It looks like something in your patch is multiplying a number against the width/pitch when it shouldn't be, or not dividing it out when it should. Since both your original patch and HEAD with the revert work fine, I figure you'll know if you changed something along these lines that might be causing it.
Comment 77 Nicolaus L Hepler 2008-12-30 22:15:38 UTC
Thanks Brandon, I'll take a look.
There's probably some thinko somewhere.
Comment 78 Bob McElrath 2009-01-24 07:24:06 UTC
Ubuntu has included this patch, for some reason, and it causes a problem with drawing black-on-black text sometimes when VRGB subpixel smoothing is selected.  The ubuntu bug is:

https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/145604

It appears there might be a byte-shift problem in this patch.
Comment 79 Nicolaus L Hepler 2009-01-25 22:31:56 UTC
Brandon,

Sorry for taking so long to get back. I poured over my changes, and didn't notice anything out-of-ordinary, save for a single function call that was unnecessary, and probably wasn't the root of the problem. Could you tell me your use case, where you see this problem in the patch?

Lance

(In reply to comment #76)
> Nicolaus, I tested your latest patch against HEAD, and it has a bug where
> grayscale or monocolor fonts are extra-wide. I've also tested HEAD with just
> reverting 5d887ad5dca5af0f8216830d1b04d08a5aba9bee and fixing the conflicts,
> and the bug isn't there. It looks like something in your patch is multiplying a
> number against the width/pitch when it shouldn't be, or not dividing it out
> when it should. Since both your original patch and HEAD with the revert work
> fine, I figure you'll know if you changed something along these lines that
> might be causing it.
> 

Comment 80 Nicolaus L Hepler 2009-01-25 23:09:24 UTC
Bob,

Can you open up and look at the version of cairo used by ubuntu, and apply the 04_lcd_filter.dpatch?

In _fill_xrender_bitmap, look at the section near the end, where it converts vertical RGB into ARGB32. There is a weird #if 1 #else #endif block in this particular section, and I think this is where the problem is. I think the code in the #else block is the correct code, and changing the #if 1 to #if 0 in the 04_lcd_filter.dpatch might fix it. (you'll need either a copy of the libcairo2-2ubuntu1 source to compile from or you'll need to revert the patch. There's some other stipulations about compiling that you might already know, like you can't have the original gzipped or bzipped tars of the source in the parent directory, or the devscipts will use them to build from.)

If anyone else is enlightened as to the math this is trying to perform, and can tell me for sure that I'm wrong about this particular section screwing up, I will gladly listen (and learn).

Sylvain, can you look into this? I don't have a platform handy for looking up their most obvious use case in Compiz, and I can't get Firefox to do what they say on a couple handy examples.

It would be nice to have this fixed as well as getting a working version of the fallback patch finally upstream. I wish my time wasn't so spotty, but it would also be encouraging to hear from either Behdad or Carl. I know Cairo is a cross-platform tool, and these guys have to worry about other things cropping up elsewhere, but these patches really help usability for some of the linux guys. I know Behdad isn't fired up about this issue, but you, Brandon, and I at least see a point to getting these patches upstream in some acceptable form.

Nicolaus (Lance)

(In reply to comment #78)
> Ubuntu has included this patch, for some reason, and it causes a problem with
> drawing black-on-black text sometimes when VRGB subpixel smoothing is selected.
>  The ubuntu bug is:
> 
> https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/145604
> 
> It appears there might be a byte-shift problem in this patch.
> 

Comment 81 Sylvain Pasche 2009-01-26 03:15:49 UTC
You seem to be right, the code in "#if 1", sets the alpha channel to full opacity (0xff), so the background behind the glyph won't be visible.
The else sets the alpha to the value of the green channel (same thing as horizontal RGB).

I don't have time right now for looking at this, but could someone test with that change?  That may be an easy fix.
Comment 82 Carl Worth 2009-01-26 16:35:25 UTC
(In reply to comment #80)
> It would be nice to have this fixed as well as getting a working version of the
> fallback patch finally upstream. I wish my time wasn't so spotty, but it would
> also be encouraging to hear from either Behdad or Carl. I know Cairo is a
> cross-platform tool, and these guys have to worry about other things cropping
> up elsewhere, but these patches really help usability for some of the linux
> guys. I know Behdad isn't fired up about this issue, but you, Brandon, and I at
> least see a point to getting these patches upstream in some acceptable form.


I still feel the some way about the API issues as I did when I wrote comment #67 above. Has anyone written a patch to address my concerns there?

Also, Behdad's latest review identified some bugs in the patch he saw as well. Have those been addressed?

-Carl
Comment 83 Nicolaus L Hepler 2009-01-27 13:04:44 UTC
(In reply to comment #82)

I will initiate an API discussion later today on the cairo mailing list, then. I was hoping Behdad's short quip (comment #68) was enough to convince you, but a discussion is probably for the best.

Latest review? I went hunting around the mailing lists looking for said review, but could not find it. At least nothing after it was removed prior to 1.8.0. Are you talking about something before? I should hop onto the irc channel. I would relish the opportunity to dig in and learn more about these APIs.

Nicolaus

> (In reply to comment #80)
> > It would be nice to have this fixed as well as getting a working version of the
> > fallback patch finally upstream. I wish my time wasn't so spotty, but it would
> > also be encouraging to hear from either Behdad or Carl. I know Cairo is a
> > cross-platform tool, and these guys have to worry about other things cropping
> > up elsewhere, but these patches really help usability for some of the linux
> > guys. I know Behdad isn't fired up about this issue, but you, Brandon, and I at
> > least see a point to getting these patches upstream in some acceptable form.
> 
> 
> I still feel the some way about the API issues as I did when I wrote comment
> #67 above. Has anyone written a patch to address my concerns there?
> 
> Also, Behdad's latest review identified some bugs in the patch he saw as well.
> Have those been addressed?
> 
> -Carl
> 

Comment 84 Carl Worth 2009-01-27 14:02:01 UTC
(In reply to comment #83)
> (In reply to comment #82) 
> I will initiate an API discussion later today on the cairo mailing list, then.
> I was hoping Behdad's short quip (comment #68) was enough to convince you, but
> a discussion is probably for the best.

You can see my reply to that above. But I'd already asked for this discussion to happen on the list, not in this bug report. So, I think it's great you'll be taking it up there.

> Latest review? I went hunting around the mailing lists looking for said review,
> but could not find it.

I was talking about comment #76. But I misread that---it was from Brandon, not Behdad. But I still would like to know if those issued have been fixed.

> Are you talking about something before? I should hop onto the irc channel. I
> would relish the opportunity to dig in and learn more about these APIs.

I'll look forward to chatting with you there.

-Carl
Comment 85 Brandon Wright 2009-01-27 16:38:41 UTC
Created attachment 22299 [details]
Screenshot showing error from latest patch

Nicolaus, here's a screenshot showing the problem I'm getting. When grayscale or no smoothing is used, all the font metrics seem to be scaled horizontally. Also, it seems that even when disabling antialiasing, it still ends up using grayscale smoothing.
Comment 86 Brandon Wright 2009-01-27 23:47:04 UTC
Created attachment 22302 [details] [review]
Revised version of "Fallback to cairo's original LCD filtering if freetype lacks the capacity"

Ok, I've discovered the problem for my issues. Referring to a patched version of master, On line 1431 of src/cairo-ft-font.c it tests against the variable ft_can_filter. However, this variable is only initialized on line 1367 if it's performing subpixel antialiasing, otherwise it's always false. It ends up using the internal glyph rasterizer, while it has everything set up for the external one. Moving the line 1431 testing block to the top level fixes the problem, with the addition of an extra line to put FT_SetLcdFilter back to normal.

Attached is a version of the patch with said changes made. While I was modifying it, I noticed that there are some tab/space formatting issues with the patch that might need to be cleared up.
Comment 87 Nicolaus L Hepler 2009-01-28 18:11:34 UTC
Created attachment 22336 [details] [review]
Revised Revised version of the Freetype Filtering with Fallback patch

Hi Brandon,

Thanks for catching that! I clearly had a thinko in there. But I don't think that bug was causing the behavior you saw. I'm also curious how your changes fixed it for you. I recreated the effect you saw, and your patch didn't fix it for me. Although it clearly fixes a bug that would have cropped up otherwise.

I did a more thorough review, and discovered a code block that had been lost. I've stuck it back in, and it fixes the problem for me. I've also tried to clean up as many of the spacing issues as I could see.

Nicolaus
Comment 88 Brandon Wright 2009-01-29 03:02:23 UTC
(In reply to comment #87)
> Created an attachment (id=22336) [details]
> Revised Revised version of the Freetype Filtering with Fallback patch
> 
> Hi Brandon,
> 
> Thanks for catching that! I clearly had a thinko in there. But I don't think
> that bug was causing the behavior you saw. I'm also curious how your changes
> fixed it for you. I recreated the effect you saw, and your patch didn't fix it
> for me. Although it clearly fixes a bug that would have cropped up otherwise.
> 
> I did a more thorough review, and discovered a code block that had been lost.
> I've stuck it back in, and it fixes the problem for me. I've also tried to
> clean up as many of the spacing issues as I could see.
> 
> Nicolaus

It was hitting the correct code path everywhere but in that function, and the change I made ensured the FT_SetLcdFilter path was used properly there as well. Your missing code block caused another separate mixed code path error, and you had the right config to trigger it.

I tested your latest patch, and it works correctly.

Comment 89 Chris Wilson 2010-06-17 01:24:50 UTC
I've applied the internal interface to pass the LCD filter option from fontconfig/screen resources to freetype. The interface is not ready to be made public yet, and I am uncertain about the removal of all fallback filtering for Cairo.

commit 7a023a62f7517ad0d54f4d59c99909fadcc05e82
Author: Nicolaus L Helper <nlhepler@gmail.com>
Date:   Thu Jun 17 08:56:30 2010 +0100

    ft,fc,xlib: LCD filtering patch.
    
    This adds internal API to retrieve the LCD filtering parameters from
    fontconfig, or as set on the Screen, and feed them to FreeType when
    rendering the glyph.
    
    References:
      Bug 10301 - LCD filtering patch
      https://bugs.freedesktop.org/show_bug.cgi?id=10301
    
    Tested-by: Brandon Wright <bearoso@gmail.com>
    Forward-ported-by: Robert Hooker <sarvatt@gmail.cm>
    
    ickle: The API is clearly not ready for public consumption, the enum are
    poorly named, however this stands by itself as enabling system wide
    properties.
Comment 90 Chris Wilson 2010-06-17 01:25:38 UTC
*** Bug 27721 has been marked as a duplicate of this bug. ***
Comment 91 Nicolaus L Hepler 2010-06-17 02:37:00 UTC
I think the patch you applied should really be credited to whomever did the original patch (David Turner and Sylvain Pasche?), as all the fallback code I jimmied with is gone (also, it was mostly just playing with others' code).

Also, in _fill_xrender_bitmap in the FT_PIXEL_MODE_LCD_V part of the switch, there's an #if 1 ... 0xFF000000 ; #else ... #endif which makes it fully opaque. I would remove everything in the #if 1 ... #else section, and keep what's in the #else ... #endif.

N

> I've applied the internal interface to pass the LCD filter option from
> fontconfig/screen resources to freetype. The interface is not ready to be made
> public yet, and I am uncertain about the removal of all fallback filtering for
> Cairo.
> 
> commit 7a023a62f7517ad0d54f4d59c99909fadcc05e82
> Author: Nicolaus L Helper <nlhepler@gmail.com>
> Date:   Thu Jun 17 08:56:30 2010 +0100
> 
>     ft,fc,xlib: LCD filtering patch.
> 
>     This adds internal API to retrieve the LCD filtering parameters from
>     fontconfig, or as set on the Screen, and feed them to FreeType when
>     rendering the glyph.
> 
>     References:
>       Bug 10301 - LCD filtering patch
>       https://bugs.freedesktop.org/show_bug.cgi?id=10301
> 
>     Tested-by: Brandon Wright <bearoso@gmail.com>
>     Forward-ported-by: Robert Hooker <sarvatt@gmail.cm>
> 
>     ickle: The API is clearly not ready for public consumption, the enum are
>     poorly named, however this stands by itself as enabling system wide
>     properties.
Comment 92 Nicolaus L Hepler 2010-06-17 16:30:24 UTC
Created attachment 36349 [details] [review]
fix alpha mapping in vertical RGB to ARGB32 conversion

Fixes the alpha mapping for vertical RGB in _fill_xrender_bitmap in cairo-ft-font.c
Comment 93 Andrea Canciani 2010-08-10 01:04:42 UTC
commit a150371a5d10e03d6c0d781c6fac950a9ac6be18
Author: Nicolaus L Hepler <nlhepler@gmail.com>
Date:   Tue Aug 10 09:34:39 2010 +0200

    ft-font: Make alpha mapping consistent
    
    Vertical RGB mapping previously forced opaque pixels.
    To be consistent with horizontal RGB/BGR and vertical BGR it
    should use an alpha equal to the mid channel (green).
Comment 94 Baybal 2010-11-20 01:01:34 UTC
Created attachment 40431 [details] [review]
Allow changing of hintstyles by FC

http://weirdfellow.wordpress.com/2010/08/01/patching-cairo/
Comment 95 Grigori Goronzy 2011-04-15 02:13:18 UTC
Like some others, I also object to keeping the "legacy" filter as the default. Freetype doesn't call it legacy without reason: it is optimized for one special rendering preference, full native hinting (IMO it's doing badly even in that case), and is crap in all others. Moreover, if the fonts do not have high-quality hinting instructions, it does a bad job as well. I think this isn't even subjective, the color fringing of the "legacy" filter is bad regardless of display and/or personal preferences.

If you still think it matters to not "surprise" users (I certainly would call improved text rendering a good surprise, though), the FIR3 filter might be a good choice for the default, but I'd surely go for the default (FIR5) by default. This is how it should be anyway.
Comment 96 Yichao Zhou 2016-01-04 08:48:45 UTC
I am trying to enable subpixel rendering on poppler and I found my rendering result is suboptimal.  After gdbing into cairo, I am surprise that cairo is still using the legacy filter as the "default".  To the the situation even worse, cairo removed the interfaces to set the lcdfiler (cairo_font_options_set_lcd_filter) because "they are too specific to FreeType".

Well, maybe that is true.  But now how can I use the real Freetype default filter (FIR5) in the newest cairo without pathcing it?  I think maybe manually set a FcPattern is OK but I really do not want to learn/invoke/rely Fontconfig just for setting a filter that should be default.
Comment 97 GitLab Migration User 2018-08-25 14:01:03 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/cairo/cairo/issues/310.
Comment 98 CarolineWebb 2019-02-02 06:41:08 UTC
It was nice to get update on the patch for LCD filtering from SuSE builds shared by David Turner, one of the freetype2 upstream developers that means a lot for users to refer his concern about regarding the LCD filtering and the Cairo patch are all on a public.

Caroline,
http://www.personalstatementfolks.co.uk/
Comment 99 emadyassen1998@yahoo.com (Spammer; Account disabled) 2019-07-20 00:47:30 UTC Comment hidden (spam)


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.