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

texlive-lcdftypetools

Bundle of outline font manipulation tools

This bundle of tools comprises:

  • cfftot1, which translates a Compact Font Format (CFF) font, or a PostScript-flavored OpenType font, into PostScript Type 1 format. It correctly handles subroutines and hints;

  • mmafm and mmpfb, which create instances of multiple-master fonts;

  • otfinfo, which reports information about OpenType fonts, such as the features they support and the contents of their size optical size features;

  • otftotfm, which creates TeX font metrics and encodings that correspond to a PostScript-flavored OpenType font. It will interpret glyph positionings, substitutions, and ligatures as far as it is able. You can say which OpenType features should be activated;

  • t1dotlessj, which creates a Type 1 font whose only character is a dotless j matching the input font's design;

  • t1lint, which checks a Type 1 font for correctness;

  • t1reencode, which replaces a font's internal encoding with one you specify;

  • t1testpage, which creates a PostScript proof for a Type 1 font.

Installation

Install the latest version of texlive-lcdftypetools as follows:

guix install texlive-lcdftypetools

Or install a particular version:

guix install texlive-lcdftypetools@2025.2

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.

Badge code

You can use the following badge to inform users of texlive-lcdftypetools about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/texlive-lcdftypetools'><img src='https://packages.guix.gnu.org/packages/texlive-lcdftypetools/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/texlive-lcdftypetools/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/texlive-lcdftypetools)

Example Org:

[[https://packages.guix.gnu.org/packages/texlive-lcdftypetools][https://packages.guix.gnu.org/packages/texlive-lcdftypetools/badges/latest-version.svg]]