read-fonts 0.39.1

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

pub mod blend;
pub mod charset;
pub mod dict;
pub mod encoding;
pub mod fd_select;
pub mod index;
pub mod stack;
pub mod v1;
pub mod v2;

mod font;

pub use font::{CffFontRef, Encoding, Metadata, Subfont};