diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-05-21 15:10:58 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-28 09:11:26 +0700 |
commit | 6be568def08cf1204eefb16ec5c23c4df8de8592 (patch) | |
tree | 87633b61769dbf209724d38a3a620a9239ce7b97 /system/gnu-unifont | |
parent | 8575d9de18d0a744eec5ff4df9cedbb5e8ffaf2e (diff) |
system/gnu-unifont: Reflow README.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/gnu-unifont')
-rw-r--r-- | system/gnu-unifont/README | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/system/gnu-unifont/README b/system/gnu-unifont/README index 6928b7fe42b5c..b852dcece5d04 100644 --- a/system/gnu-unifont/README +++ b/system/gnu-unifont/README @@ -3,11 +3,11 @@ 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 OTF -(OpenType), PCF (X Window bitmap), PSF (console) and OTB (OpenType Bitmap) -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 OTF (OpenType), PCF (X Window bitmap), PSF (console) and OTB +(OpenType Bitmap) 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: @@ -16,8 +16,9 @@ ttf = TrueType pcf = X Window bitmap psf = Console fonts otb = OpenType Bitmap fonts, compatible with recent versions of Pango - which don't support BDF/PCF fonts. Fonts in this format are generated - by converting precompiled BDF/PCF fonts using fonttosfnt tool. + which don't support BDF/PCF fonts. Fonts in this format are + generated by converting precompiled BDF/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 |