From 5b7ec4056e89a856c2a6317403aa29ba6d6ee24d Mon Sep 17 00:00:00 2001 From: Tyler Benton Date: Tue, 17 Sep 2024 22:58:40 -0400 Subject: [PATCH 1/2] update documentation for enabling bitmap fonts --- INSTALL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index c0a4e7f..77ba36f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -508,6 +508,9 @@ By default, some systems block bitmap fonts. To enable this and other bitmap fon sudo mv /etc/fonts/conf.d/70-no-bitmaps.conf /etc/fonts/conf.d/70-no-bitmaps.conf.bak If you see "No such file or directory," then bitmap fonts were already enabled on your system. +Note: on some systems the file may have a different name such as "0-no-bitmaps-except-emoji.conf". In this case use the following command to enable bitmap fonts: + + sudo mv /etc/fonts/conf.d/70-no-bitmaps-except-emoji.conf /etc/fonts/conf.d/70-no-bitmaps-except-emoji.conf.bak The name of the font is listed as "Helvetica" and so depending on distribution, it might conflict with Adobe's Helvetica font. Specifically, Debian lists both as Helvetica (Arch lists Adobe's font as "Adobe Helvetica" so there is no conflict). If, after installing this font, some programs show a different Helvetica font, the other font can be safely removed. To fix this for programs such as Firefox which still accept PCF and other legacy font formats, run the following command: From bed8e83b9bd2ba56e863a041f199085a8ba6fafa Mon Sep 17 00:00:00 2001 From: Tyler Benton Date: Tue, 17 Sep 2024 23:00:40 -0400 Subject: [PATCH 2/2] fix typo --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 77ba36f..c8e0708 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -508,7 +508,7 @@ By default, some systems block bitmap fonts. To enable this and other bitmap fon sudo mv /etc/fonts/conf.d/70-no-bitmaps.conf /etc/fonts/conf.d/70-no-bitmaps.conf.bak If you see "No such file or directory," then bitmap fonts were already enabled on your system. -Note: on some systems the file may have a different name such as "0-no-bitmaps-except-emoji.conf". In this case use the following command to enable bitmap fonts: +Note: On some systems the file may have a different name such as "70-no-bitmaps-except-emoji.conf". In this case use the following command to enable bitmap fonts: sudo mv /etc/fonts/conf.d/70-no-bitmaps-except-emoji.conf /etc/fonts/conf.d/70-no-bitmaps-except-emoji.conf.bak