rustybuzz 0.3.0

An incremental harfbuzz port to Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod feature;
mod apply;
mod contextual;
mod kerning;
mod layout;
mod map;
pub mod matching;
mod position;
mod substitute;

pub use apply::*;
pub use kerning::*;
pub use layout::*;
pub use map::*;
pub use position::*;
pub use substitute::*;