agg: add --font-size example (#18309)

This commit is contained in:
Nelson Figueroa
2025-10-01 04:48:39 -07:00
committed by GitHub
parent bc812147a7
commit ecccccdfe8
+4
View File
@@ -11,6 +11,10 @@
`agg --cols 80 --rows 25 {{path/to/demo.cast}} {{path/to/demo.gif}}`
- Create a GIF with a font size of 24 pixels:
`agg --font-size 24 {{path/to/demo.cast}} {{path/to/demo.gif}}`
- Display help:
`agg {{[-h|--help]}}`