1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//! A directory of all the font tables.

pub mod avar;
pub mod base;
pub mod cmap;
pub mod fvar;
pub mod gdef;
pub mod glyf;
pub mod gpos;
pub mod gsub;
pub mod head;
pub mod hhea;
pub mod hmtx;
pub mod hvar;
pub mod layout;
pub mod maxp;
pub mod name;
pub mod os2;
pub mod post;
pub mod stat;
pub mod variations;
pub mod vhea;
pub mod vmtx;