1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
// /// 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;