Add shadow and outline options to text generation CLI and engine

This commit is contained in:
2026-03-23 01:36:18 +01:00
parent 484415870a
commit 8933a2e690
3 changed files with 200 additions and 34 deletions

View File

@@ -6,7 +6,7 @@ mod grid;
mod models;
mod palette;
pub use engine::{GenerationOptions, TextBuilder};
pub use engine::{GenerationOptions, OutlineMode, TextBuilder};
pub use error::{FontError, VoxelError};
pub use font::FontProvider;
pub use fonts::ttf_font::TtfFont;