owned_ttf_parser
ttf-parser plus support for owned data.
Provides OwnedFace
, AsFaceRef
and re-exports ttf_parser::*
.
Example
use ;
let owned_face = from_vec.unwrap;
let face_ref: & = owned_face.as_face_ref;
assert_eq!;
no_std
no_std environments are supported using alloc
.
= { = false }
Minimum supported rust compiler
All crates maintained with latest stable rust.