//! Text-shaping layer for Zenith.
//!
//! Shapes a text run into positioned glyphs using `rustybuzz` + `ttf-parser`
//! (the same proven stack as the sibling `oxipdf` project). All third-party
//! types are confined to `rustybuzz_engine`; downstream crates see only
//! Zenith-owned records.
// Curated flat re-exports for the public surface.
pub use ;
pub use LayoutError;
pub use ;
pub use RustybuzzEngine;