Add font family selector for watermark text
This commit is contained in:
@@ -203,6 +203,7 @@ pub enum WatermarkConfig {
|
||||
font_size: f32,
|
||||
opacity: f32,
|
||||
color: [u8; 4],
|
||||
font_family: Option<String>,
|
||||
},
|
||||
Image {
|
||||
path: std::path::PathBuf,
|
||||
|
||||
Reference in New Issue
Block a user