diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-12-24 17:36:52 +0200 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-12-24 17:36:52 +0200 |
commit | f03c054ea7230f71256dcb0f658174635a034aed (patch) | |
tree | 6dfc90796d0a8472a2b9293dfecacab74021bba4 | |
parent | ef9e9aaa79e1b226c962a44c33d4c5e07a528860 (diff) | |
download | sq-f03c054ea7230f71256dcb0f658174635a034aed.tar.gz sq-f03c054ea7230f71256dcb0f658174635a034aed.tar.xz sq-f03c054ea7230f71256dcb0f658174635a034aed.zip |
Allow the bold version to be detected by Fontconfig.
Fontconfig has code that skips PCF fonts with no encoded charset, which
happened to be the case for sqb.bdf. This prevented it from being detected
and used by any application that relies on Fontconfig.
Fix it by setting the CHARSET_ENCODING and CHARSET_REGISTRY properties just
like sq.bdf does.
-rw-r--r-- | sqb.bdf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ FONT_DESCENT 3 AVERAGE_WIDTH 100 SPACING "C" _GBDFED_INFO "Edited with gbdfed 1.6." +CHARSET_ENCODING "1" +CHARSET_REGISTRY "ISO8859" DEFAULT_CHAR 0 FAMILY_NAME "sq" FOUNDRY "chris2" |