summaryrefslogtreecommitdiffstats
path: root/system/gnu-unifont
diff options
context:
space:
mode:
author B. Watson2022-03-14 17:16:00 +0100
committer B. Watson2022-03-17 17:38:06 +0100
commit60295f4189f01862439ba9619634dc7e25130fb7 (patch)
treecdf32623071602815e9e1996b4d9c16dc376c16a /system/gnu-unifont
parent5ab3aee5c0cf7ce2d2b59660a2e8e583ec4bb476 (diff)
downloadslackbuilds-60295f4189f01862439ba9619634dc7e25130fb7.tar.gz
system/gnu-unifont: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/gnu-unifont')
-rw-r--r--system/gnu-unifont/README21
1 files changed, 11 insertions, 10 deletions
diff --git a/system/gnu-unifont/README b/system/gnu-unifont/README
index 1e7e3058f1..3c761f9f50 100644
--- a/system/gnu-unifont/README
+++ b/system/gnu-unifont/README
@@ -3,20 +3,21 @@ Unicode Basic Multilinguial Plane(BMP). The BMP is the first Unicode
"plane" of 65,536(16bit) code points, and includes character encoding
for most of the world's modern scripts.
-By default, the package will include precompiled versions of the font in
-TTF (TrueType), PCF (X Window bitmap) and PSF (console) formats. This can be
-changed using FONTFORMATS environment variable, which should be set to
-comma-separated list of font formats to include in the package.
+By default, the package will include precompiled versions of the
+font in TTF (TrueType), PCF (X Window bitmap) and PSF (console)
+formats. This can be changed using FONTFORMATS environment variable,
+which should be set to comma-separated list of font formats to include
+in the package.
Available formats are:
ttf = TrueType
pcf = X Window bitmap
psf = Console fonts
-otb = OpenType Bitmap fonts, compatible with recent versions of Pango which
- don't support PCF fonts. Fonts in this format are generated by
- converting precompiled PCF fonts using fonttosfnt tool.
+otb = OpenType Bitmap fonts, compatible with recent versions of Pango
+ which don't support PCF fonts. Fonts in this format are generated
+ by converting precompiled PCF fonts using fonttosfnt tool.
-For example, setting FONTFORMATS=pcf,psf will include only PCF and PSF fonts.
-If FONTFORMATS variable is not set the default value "ttf,pcf,psf" is
-assumed.
+For example, setting FONTFORMATS=pcf,psf will include only PCF and
+PSF fonts. If FONTFORMATS variable is not set the default value
+"ttf,pcf,psf" is assumed.