Add new argument for fixed text formatter

This commit is contained in:
2025-08-20 23:05:46 +08:00
parent 5898d8f94e
commit bb27378450
7 changed files with 106 additions and 9 deletions

View File

@@ -167,6 +167,7 @@ impl Script for BGIScript {
FormatOptions::Fixed {
length: 32,
keep_original: false,
break_words: false,
}
}
}

View File

@@ -193,6 +193,7 @@ impl Script for CircusMesScript {
FormatOptions::Fixed {
length: 32,
keep_original: false,
break_words: false,
}
}