about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-12-24 17:36:52 +0200
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-12-24 17:36:52 +0200
commitf03c054ea7230f71256dcb0f658174635a034aed (patch)
tree6dfc90796d0a8472a2b9293dfecacab74021bba4
parentef9e9aaa79e1b226c962a44c33d4c5e07a528860 (diff)
downloadsq-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.bdf2
1 files changed, 2 insertions, 0 deletions
diff --git a/sqb.bdf b/sqb.bdf
index 64fe9a3..63573ed 100644
--- a/sqb.bdf
+++ b/sqb.bdf
@@ -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"