Add font family selector for watermark text

This commit is contained in:
2026-03-06 17:12:23 +02:00
parent 81e244e069
commit 727056f385
5 changed files with 95 additions and 3 deletions

View File

@@ -203,6 +203,7 @@ pub enum WatermarkConfig {
font_size: f32,
opacity: f32,
color: [u8; 4],
font_family: Option<String>,
},
Image {
path: std::path::PathBuf,