read-fonts 0.39.1

Reading OpenType font files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! PostScript fonts.

#[cfg(feature = "agl")]
pub mod agl;
pub mod cff;
pub mod charmap;
pub mod cs;
pub mod encoding;
pub mod error;
pub mod hinting;
mod num;
pub mod string;
pub mod transform;
pub mod type1;