I'm on a clean installation of 0.47.1 on Puppy Linux (Slacko), and I'm trying to get the font weight to "normal" instead of bold. The -font-weight flag doesn't seem to help.
When I run PD I get the following:
Fontconfig warning: "/etc/fonts/conf.d-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
The contents of /etc/fonts/conf.d-user.conf are:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig> <!-- Load per-user customization files where stored on XDG Base Directory specification compliant places. it should be usually: $HOME/.config/fontconfig/conf.d $HOME/.config/fontconfig/fonts.conf --> <include ignore_missing="yes" prefix="xdg">fontconfig/conf.d</include> <include ignore_missing="yes" prefix="xdg">fontconfig/fonts.conf</include> <!-- the following elements will be removed in the future --> <include ignore_missing="yes" deprecated="yes">~/.fonts.conf.d</include> <include ignore_missing="yes" deprecated="yes">~/.fonts.conf</include> </fontconfig>
I seem to remember that there's some way of editing this file that fixes it, but I can't find it. Can anyone help?
Hi Liam,
I'm on a clean installation of 0.47.1 on Puppy Linux (Slacko), and I'm trying to get the font weight to "normal" instead of bold. The -font-weight flag doesn't seem to help.
'./pd -font-weight normal' works for me, but this is Xubuntu 16.04 64-bit.
Greetings & success,
Fred Jan
When I run PD I get the following:
Fontconfig warning: "/etc/fonts/conf.d-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
The contents of /etc/fonts/conf.d-user.conf are:
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <!-- Load per-user customization files where stored on XDG Base Directory specification compliant places. it should be usually: $HOME/.config/fontconfig/conf.d $HOME/.config/fontconfig/fonts.conf --> <include ignore_missing="yes" prefix="xdg">fontconfig/conf.d</include> <include ignore_missing="yes" prefix="xdg">fontconfig/fonts.conf</include> <!-- the following elements will be removed in the future --> <include ignore_missing="yes" deprecated="yes">~/.fonts.conf.d</include> <include ignore_missing="yes" deprecated="yes">~/.fonts.conf</include> </fontconfig>
I seem to remember that there's some way of editing this file that fixes it, but I can't find it. Can anyone help?
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On 03/11/2017 05:20 AM, Liam Goodacre wrote:
I'm on a clean installation of 0.47.1 on Puppy Linux (Slacko), and I'm trying to get the font weight to "normal" instead of bold. The -font-weight flag doesn't seem to help.
maybe you the installed font doesn't provide a regular font weight (unlikely, but possible).
anyhow, "pd -font-weight normal" works on Debian as well.
gfmdsar IOhannes