Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2024 08:09:09 +0100
From:      Andrea Venturoli <ml@netfence.it>
To:        George Mitchell <george+freebsd@m5p.com>, FreeBSD Hackers <freebsd-hackers@FreeBSD.org>
Subject:   Re: Thunderbird, ligatures, and "fixed-width" fonts
Message-ID:  <cbf850d3-91af-4cfd-a130-bb30b5ba0f72@netfence.it>
In-Reply-To: <43ad528d-e45c-47fe-837c-cf7716ea7d86@m5p.com>
References:  <f08562ee-a259-44ef-b4e8-dcb1b75bcda0@m5p.com> <43ad528d-e45c-47fe-837c-cf7716ea7d86@m5p.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 1/15/24 18:57, George Mitchell wrote:

> With help from Bertrand Petit and Stephen Hurd, I found out that this
> is a feature of the font system itself, or at least fontconfig.  The
> fix is to create a new file, ~/.config/fontconfig/fonts.conf, and put
> the contents of:
> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=247050
> in it.

Hello.
Thanks for bringing this up, as I'm experiencing the same problem.

I've looked up the patch you linked, but I don't know where to put it 
exacly.
I already have ~/.config/fontconfig/fonts.conf and it's an XML file:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <match target="font" >
   <edit mode="assign" name="rgba" >
    <const>none</const>
   </edit>
  </match>
  <match target="font" >
   <edit mode="assign" name="hinting" >
    <bool>true</bool>
   </edit>
  </match>
  <match target="font" >
   <edit mode="assign" name="hintstyle" >
    <const>hintmedium</const>
   </edit>
  </match>
  <match target="font" >
   <edit mode="assign" name="antialias" >
    <bool>true</bool>
   </edit>
  </match>
</fontconfig>

So where would that additional line go?
I don't know where my version comes from. Perhaps it was crafted from 
XFCE settings GUI?
Is this all obsolete? Should I delete this and replace it with the given 
text?

  bye & Thanks
	av.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cbf850d3-91af-4cfd-a130-bb30b5ba0f72>