/// Standard FIGlet font.
pub const STANDARD_FONT: &str = include_str!;
/// Slant FIGlet font - italic style.
pub const SLANT_FONT: &str = include_str!;
/// Bloody FIGlet font - horror style with dripping effect.
pub const BLOODY_FONT: &str = include_str!;
/// Colossal FIGlet font - very large block letters.
pub const COLOSSAL_FONT: &str = include_str!;
/// Roman FIGlet font - classic roman style.
pub const ROMAN_FONT: &str = include_str!;
/// Sub-Zero FIGlet font - clean geometric style.
pub const SUB_ZERO_FONT: &str = include_str!;
/// Poison FIGlet font - stylized dripping text.
pub const POISON_FONT: &str = include_str!;
/// Nancyj FIGlet font - decorative style.
pub const NANCYJ_FONT: &str = include_str!;
/// Small Poison FIGlet font - compact poison style.
pub const SMALL_POISON_FONT: &str = include_str!;
/// DOS Rebel FIGlet font - retro DOS style.
pub const DOS_REBEL_FONT: &str = include_str!;
/// ANSI Shadow FIGlet font - shadow effect using box-drawing characters.
pub const ANSI_SHADOW_FONT: &str = include_str!;
/// Small FIGlet font - compact version of Standard.
pub const SMALL_FONT: &str = include_str!;