Files
skrifa/
font.rs
1
//! Basic representation of an in-memory font resource.
2
3
pub use
read_fonts::FontRef;