[gs-bugs] [Bug 690448] Issues with FreeType
bugzilla-daemon at ghostscript.com
bugzilla-daemon at ghostscript.com
Mon Apr 5 19:05:05 UTC 2010
http://bugs.ghostscript.com/show_bug.cgi?id=690448
James Cloos <cloos at jhcloos.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cloos at jhcloos.com
--- Comment #57 from James Cloos <cloos at jhcloos.com> 2010-04-05 19:05:04 UTC ---
(In reply to comment #51)
> FreeType's hinting is worse than useless for type 1 fonts, its actually
> harmful. It distorts the glyph shape because it hints an unscaled outline.
> While it would be best to fix FreeType's hinting this would be a large project.
If anyone is interested, the plan is to replace the current t1 hinting module
with one which uses the autofit module, providing the hints from the font
instead of letting autofit guess them itself.
It hasn’t gotten done because autofit does a good job on its own (especially in
its vertical-only mode, named light autohinting in the API) and most t1/cff
fonts these days seem to be autohinted anyway.
FT_LOAD_TARGET_LIGHT|FT_LOAD_FORCE_AUTOHINT may even be a better choice for gs
than FT_LOAD_NO_HINTING, for type1 and cff.
Also, with regard to 11009, does a_fapi_font->is_type1 match cff fonts, too? I
doubt ft’s cff hinting is any different than its type1 hinting....
--
Configure bugmail: http://bugs.ghostscript.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the gs-bugs
mailing list