This package browser is in early development. Mind the rough edges.

libxfont 1.5.4

Xorg Font handling library

libXfont provides the core of the legacy X11 font system, handling the index files (fonts.dir, fonts.alias, fonts.scale), the various font file formats, and rasterizing them. It is used by the X servers, the X Font Server (xfs), and some font utilities (bdftopcf for instance), but should not be used by normal X11 clients. X11 clients access fonts via either the new API's in libXft, or the legacy API's in libX11.

Installation

Install libxfont 1.5.4 as follows:

guix install libxfont@1.5.4

Or install the latest version:

guix install libxfont

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.