slackbuilds/system/gnu-unifont
Tomasz Bywalec abfaef832f
system/gnu-unifont: Updated for version 14.0.02.
Prefer BDF input file when converting to OTB format

This is because BDF is the preferred input file format for the
fonttosfnt tool which is used when converting fonts to OTB format.

This is to allow using the fonts in Pango-based applications.
Support for bitmap fonts was dropped in Pango 1.44.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-03-18 00:26:01 +07:00
..
README system/gnu-unifont: Wrap README at 72 columns. 2022-03-17 12:38:06 -04:00
doinst.sh
gnu-unifont.SlackBuild system/gnu-unifont: Updated for version 14.0.02. 2022-03-18 00:26:01 +07:00
gnu-unifont.info system/gnu-unifont: Updated for version 14.0.02. 2022-03-18 00:26:01 +07:00
slack-desc system/gnu-unifont: Updated for version 13.0.05. 2021-01-02 10:48:17 +07:00

README

The GNU unifont has a glyph for every printable code point in the
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.

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.

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.