Add support for font-path option

This commit is contained in:
Florent Aide 2025-02-26 15:35:15 +01:00
parent c67b56bc06
commit 0e2bdda951

View File

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