Add env setting for ignore_system_fonts (#6092)

This commit is contained in:
+merlan #flirora 2025-03-31 04:17:37 -04:00 committed by GitHub
parent 326bec1f0d
commit e60d3021a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -361,7 +361,7 @@ pub struct FontArgs {
/// Ensures system fonts won't be searched, unless explicitly included via
/// `--font-path`.
#[arg(long)]
#[arg(long, env = "TYPST_IGNORE_SYSTEM_FONTS")]
pub ignore_system_fonts: bool,
}