From 0e2bdda951c3d1057f7625e3e6112654eeec394c Mon Sep 17 00:00:00 2001 From: Florent Aide Date: Wed, 26 Feb 2025 15:35:15 +0100 Subject: [PATCH] Add support for font-path option --- cli-options.go | 1 + 1 file changed, 1 insertion(+) 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 {