SlackBuildsOrg/system/gnu-unifont
Tomasz Bywalec 008b8a7c5e
system/gnu-unifont: Updated for version 15.0.01.
TTF format was removed from the default formats list as the fonts in
this format are not going to be supplied anymore by the upstream
starting from Unifont 16.0.01.

However, there still exist packages that depend on the TTF format of
this font.  Because of this, the removal of TTF format from the default
formats list has been reverted in this commit.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-09-17 09:00:19 +07:00
..
doinst.sh
gnu-unifont.info system/gnu-unifont: Updated for version 15.0.01. 2022-09-17 09:00:19 +07:00
gnu-unifont.SlackBuild system/gnu-unifont: Updated for version 15.0.01. 2022-09-17 09:00:19 +07:00
README system/gnu-unifont: Updated for version 15.0.01. 2022-09-17 09:00:19 +07:00
slack-desc system/gnu-unifont: Updated for version 15.0.01. 2022-09-17 09:00:19 +07:00

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
OTF (OpenType), TTF (TrueType), 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 be included in the package.

Available formats are:

otf = OpenType
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.

For example, setting FONTFORMATS=pcf,psf will include only PCF and PSF
fonts in the package. If FONTFORMATS variable is not set then the
default value "otf,ttf,pcf,psf,otb" is assumed.