[][src]Crate informa

The Informa Font Compiler

Informa is a font compiler for digital typography.

This project is work-in-progress. The current focus is on producing SFNT fonts, in particular OpenType fonts.

The architecture of the compiler is designed to offer a high-level API for the common case and a low-level API for custom font compilation. Additionally, a rich set of compilation options and customization points allows tuning the compiler without using the low-level API.

Fully supported components

Modules

ctx

The context with which a compilation is performed.

data

The source data of a font.

sfnt

Implementation of the SFNT container format.