After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 608753 - assrender: use more compatible hinting method
assrender: use more compatible hinting method
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal enhancement
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-02 00:50 UTC by Grigori
Modified: 2010-02-02 07:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use light autohinting (957 bytes, patch)
2010-02-02 00:51 UTC, Grigori
committed Details | Review

Description Grigori 2010-02-02 00:50:28 UTC
assrender configures libass to use "native hinting". This means FreeType will run the hinting program of the font, if available. Unfortunately FreeType is known to produce bad results (distorted shapes) with many fonts. It's a wiser choice to use light autohinting (this is recommended by libass documentation) to improve compatibility.

See the attached patch.
Comment 1 Grigori 2010-02-02 00:51:40 UTC
Created attachment 152802 [details] [review]
use light autohinting
Comment 2 Sebastian Dröge (slomo) 2010-02-02 07:56:31 UTC
commit 934c91682f112038f3deaf16674c0b5f89d5ac30
Author: Grigori Goronzy <greg@blackbox>
Date:   Tue Feb 2 01:44:20 2010 +0100

    assrender: instruct libass to use light autohinting
    
    Fixes bug #608753.