We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d566f commit aaa24d7Copy full SHA for aaa24d7
libs/graphics/jswrap_graphics.c
@@ -2638,7 +2638,7 @@ g.findFont("Hello World", {
2638
h : 100, // optional: height available (default = screen height)
2639
min : 10, // optional: min font height
2640
max : 30, // optional: max font height
2641
- wrap : true // optional: allow word wrap?
+ wrap : true, // optional: allow word wrap?
2642
trim : true // optional: trim to the specified height, add '...'
2643
});
2644
```
0 commit comments