Firefox problem printing big fonts [SOLVED]

Jan Beich jbeich at FreeBSD.org
Mon Mar 18 21:43:06 UTC 2019


Christoph Moench-Tegeder <cmt at burggraben.net> writes:

> ## Andrea Venturoli (ml at netfence.it):
>
>> > Uh, define "illegible crap". Wrong glyphs? Bad rendering (blocky pixels,
>> > blurry?)?
>> More "something blocky, vaguely, *really* vaguely, resembling the
>> indended text": something you can read only if you already know what
>> it says.
>
> That sounds familar, but...
>
>> Deleting all X.org 75-dpi and 100-dpi fonts solved this.
>
> I drop this into fonts/conf.d/, and it helps: 
>   <?xml version="1.0"?>
>   <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
>   <fontconfig>
>    <selectfont>
>     <rejectfont>
>      <pattern>
>        <patelt name="scalable"><bool>false</bool></patelt>
>      </pattern>
>     </rejectfont>
>    </selectfont>
>   </fontconfig>
>
> I have no idea where I got that from (looks like a late-night fix, git log
> is not that helpful here), and it really looks somewhat overly broad, but
> I can avoid breaking dependencies with that. Should find a real fix...

See also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225744


More information about the freebsd-ports mailing list