zenthra-text 0.2.0

Typography, font shaping, and text layout for the Zenthra UI framework
Documentation
1
2
3
4
5
6
7
pub mod atlas;
pub mod pipeline;
pub mod shaped_buffer;

pub use atlas::GlyphAtlas;
pub use pipeline::ZentypePipeline;
pub use shaped_buffer::ShapedBuffer;