mirror of
				https://github.com/Dadido3/go-typst.git
				synced 2025-11-03 20:59:35 +00:00 
			
		
		
		
	Add support for font-path option
This commit is contained in:
		
							parent
							
								
									c67b56bc06
								
							
						
					
					
						commit
						0e2bdda951
					
				@ -71,6 +71,7 @@ func (c *CLIOptions) Args() (result []string) {
 | 
				
			|||||||
			}
 | 
								}
 | 
				
			||||||
			paths += path
 | 
								paths += path
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
							result = append(result, "--font-path", paths)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if c.IgnoreSystemFonts {
 | 
						if c.IgnoreSystemFonts {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user