zenthra-text 0.1.1

Typography, font shaping, and text layout for the Zenthra UI framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod color;
pub mod glyph;
pub mod line;
pub mod options;
pub mod shaped_glyph;

pub use color::Color;
pub use glyph::{AtlasEntry, GlyphInstance, GlyphKey, RasterizedGlyph};
pub use line::LineInfo;
pub use options::{FontWeight, HorizontalAlignment, TextOptions, TextWrap, VerticalAlignment};
pub use shaped_glyph::ShapedGlyph;