[Bug 856239] fuzzy font rendering (Liberation 2 regression)

bugzilla at redhat.com bugzilla at redhat.com
Thu Dec 6 16:31:28 UTC 2012


Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=856239

Dave Crossland <dave at lab6.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dave at lab6.com

--- Comment #134 from Dave Crossland <dave at lab6.com> ---
This change is caused by the GASP table settings. 

Using TTX, here is Liberation Sans Bold 1:

  <gasp>
    <gaspRange rangeMaxPPEM="8" rangeGaspBehavior="2"/>
    <gaspRange rangeMaxPPEM="10" rangeGaspBehavior="1"/>
    <gaspRange rangeMaxPPEM="65535" rangeGaspBehavior="3"/>
  </gasp>

Here is Liberation Sans Bold 2:

  <gasp>
    <gaspRange rangeMaxPPEM="8" rangeGaspBehavior="2"/>
    <gaspRange rangeMaxPPEM="10" rangeGaspBehavior="3"/>
    <gaspRange rangeMaxPPEM="65535" rangeGaspBehavior="3"/>
  </gasp>

Spot the change in the rangeGaspBehavior :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the fonts-bugs mailing list