https://github.com/bsdelf/fontconfig
Workaround for fontconfig "Multiple values in <test>" issue.
https://github.com/bsdelf/fontconfig
fontconfig x11
Last synced: 9 months ago
JSON representation
Workaround for fontconfig "Multiple values in <test>" issue.
- Host: GitHub
- URL: https://github.com/bsdelf/fontconfig
- Owner: bsdelf
- Created: 2014-07-15T06:25:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T07:52:11.000Z (over 2 years ago)
- Last Synced: 2025-02-13T05:44:56.259Z (10 months ago)
- Topics: fontconfig, x11
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Issue
[https://bugs.freedesktop.org/show_bug.cgi?id=33644]()
# Solution
- Write fonts.conf as "usual", which contains multiple values in ``.
- Use a separate script to convert those kind of tests into single-value test.
# Usage
Generate local.conf:
```
./conv.py
```
Copy "local.conf" to one of following path:
- /etc/fonts/local.conf
- /usr/local/etc/fonts/local.conf
- ~/.config/fontconfig/fonts.conf
- ~/.fonts.conf