From f03c054ea7230f71256dcb0f658174635a034aed Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Tue, 24 Dec 2013 17:36:52 +0200 Subject: 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. --- sqb.bdf | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit 1.4.1