We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ea320 commit 9cd4fccCopy full SHA for 9cd4fcc
main.go
@@ -73,7 +73,7 @@ type Args struct {
73
FontVariant canvas.FontVariant `ox:"font variant"`
74
FontFg *colors.Color `ox:"font foreground color,default:black"`
75
FontBg *colors.Color `ox:"font background color,default:white"`
76
- FontDPI int `ox:"font fpi,default:100,name:font-dpi"`
+ FontDPI int `ox:"font dpi,default:100,name:font-dpi"`
77
FontMargin int `ox:"margin,default:5"`
78
VipsConcurrency int `ox:"vips concurrency,default:$NUMCPU"`
79
0 commit comments