zenthra-text 0.1.1

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

pub use font_provider::{FontProvider, FontMetrics};
pub use rasterizer::Rasterizer;
pub use atlas::Atlas;