tangled
alpha
login
or
join now
pierrelf.com
/
we
3
fork
atom
web engine - experimental web browser
3
fork
atom
overview
issues
55
pulls
pipelines
we
/
crates
/
text
/
src
/
lib.rs
at
main
3 lines
100 B
view raw
wrap content
pierrelf.com
Implement OTF/TTF font file parsing in text crate
3w ago
8db0c5af
1
//! Font parsing (OTF/TTF), shaping, rasterization, and line breaking — pure Rust.
2
3
pub
mod
font
;