Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=547532
Kevin Kofler kevin@tigcc.ticalc.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #479352|0 |1 is obsolete| |
--- Comment #40 from Kevin Kofler kevin@tigcc.ticalc.org 2011-02-17 11:16:15 EST --- Created attachment 479362 --> https://bugzilla.redhat.com/attachment.cgi?id=479362 Cleaned up version of infinality.net auto-autohint patch
This version of the patch is cleaned up to: 1. drop the commented-out junk, 2. respect the indentation and whitespace style of the surrounding code, 3. rename face2 to ttface and 4. check FT_IS_SFNT before trying to use ttface members (probably not strictly needed because only TrueType has a native hinter at all and there's a check for FT_DRIVER_HAS_HINTER at the higher-level if clause, but I think it's better to write safe code).