// <FILE>crates/rocketsplash-rt/src/font/mod.rs</FILE>
// <DESC>Font loading and text rendering module</DESC>
// <VERS>VERSION: 2.0.0</VERS>
// <WCTX>Foundation crates 0.3.0 (RELEASE_PLAN F2 cycle-break)</WCTX>
// <CLOG>2.0.0: pure module root — RenderOptions extracted to render_options.rs; children now import siblings directly so no file depends back on this root. 1.2.0: shared glyph conversion helper.</CLOG>
pub use *;
pub use *;
pub use *;
// <FILE>crates/rocketsplash-rt/src/font/mod.rs</FILE>
// <VERS>END OF VERSION: 2.0.0</VERS>