diff --git a/cli-options.go b/cli-options.go index b785f45..ba72d78 100644 --- a/cli-options.go +++ b/cli-options.go @@ -71,6 +71,7 @@ func (c *CLIOptions) Args() (result []string) { } paths += path } + result = append(result, "--font-path", paths) } if c.IgnoreSystemFonts {