https://bugzilla.redhat.com/show_bug.cgi?id=861054

            Bug ID: 861054
        QA Contact: [email protected]
          Severity: unspecified
           Version: 18
          Priority: unspecified
                CC: [email protected],
                    [email protected], [email protected],
                    [email protected]
          Assignee: [email protected]
           Summary: $HOME/.config/fontconfig/fonts.conf ignored
        Regression: ---
      Story Points: ---
    Classification: Fedora
                OS: Unspecified
          Reporter: [email protected]
              Type: Bug
     Documentation: ---
          Hardware: Unspecified
        Mount Type: ---
            Status: NEW
         Component: fontconfig
           Product: Fedora

I have created a fonts.conf configuration file
$HOME/.config/fontconfig/fonts.conf with the following content:

<?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>hintfull</const>
               </edit>
       </match>     
</fontconfig>


According to xrdb -q (after re-login) the following values are set:

Xft.dpi:    96
Xft.hinting:    true
Xft.hintstyle:    hintmedium

So the config seems to be ignored.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
fonts-bugs mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

Reply via email to