Merge pull request #2 from faide/fontPath

Add support for font-path option
This commit is contained in:
David Vogel 2025-02-26 16:08:16 +01:00 committed by GitHub
commit 81bf84c51b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,6 +71,7 @@ func (c *CLIOptions) Args() (result []string) {
}
paths += path
}
result = append(result, "--font-path", paths)
}
if c.IgnoreSystemFonts {