libttfautohint1t64

Automatic font hinter - library

This project provides a library which takes a TrueType font as the input, removes its bytecode instructions (if any), and returns a new font where all glyphs are bytecode hinted using the information given by FreeType's autohinting module. The idea is to provide the excellent quality of the autohinter on platforms which don't use FreeType.

bdflib

Python library and tools for working with BDF font files

This library allows for manipulating fonts directly and comes with command-line utilities for performing various operations on font files.

consolefonts-bedstead

console fonts inspired by SAA5050 character generator

Bedstead is a family of angular monospaced fonts based on the characters produced by the Mullard SAA5050 series of Teletext Character Generators as used in the BBC Microcomputer.

bumpfontversion

Version-bump font sources

This tool, patterned after the wonderful bumpversion, allows you to update the version of your font source files, as well as create commits and tags in git. It currently supports UFO and Glyphs format font files.

python3-bumpfontversion

Library for bumping the version of font sources

This tool, patterned after the wonderful bumpversion, allows you to update the version of your font source files, as well as create commits and tags in git. It currently supports UFO and Glyphs format font files.

libotf1

Library for handling OpenType Font - runtime

The libotf library provides the following facilities: - Read Open Type Layout Tables from OTF file. Currently these tables are supported; head, name, cmap, GDEF, GSUB, and GPOS. - Convert a Unicode character sequence to a glyph code sequence by using the above tables.