Add shadow and outline options to text generation CLI and engine
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user