fonttools 0.1.0

A library for reading, manipulating and writing OpenType font files
Documentation
// /// Glyph class definition tables
// pub mod classdef;
/// Common tables for OpenType Layout
pub mod common;
/// Glyph coverage tables
pub mod coverage;
// /// GSUB1 single substitution
// pub mod gsub1;
// /// GSUB2 multiple substitution
// pub mod gsub2;
// /// GSUB3 alternate substitution
// pub mod gsub3;
// /// GSUB4 ligature substitution
// pub mod gsub4;