[Show] daegun 1.0: an all-in-one text engine with no dependencies
The Rust Programming Language Forum
[Show] daegun 1.0: an all-in-one text engine with no dependencies
I have just released daegun 1.0.0 Putting text on screen normally means assembling a stack: one crate reads the font, another shapes the script, another rasterizes, another subsets. Each brings its own dependency tree, and they do not always agree about what a glyph is. daegun is all of that in one crate. [dependencies] daegun = "1.0.0" It parses TrueType, CFF, CFF2 and variable fonts, shapes with GSUB and GPOS in full plus Apple morx and kerx, handles bidi and line breaking and justification...
0 comments
No comments yet.