Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/graphics/jswrap_graphics.c
Original file line number Diff line number Diff line change
Expand Up @@ -2638,7 +2638,7 @@ g.findFont("Hello World", {
h : 100, // optional: height available (default = screen height)
min : 10, // optional: min font height
max : 30, // optional: max font height
wrap : true // optional: allow word wrap?
wrap : true, // optional: allow word wrap?
trim : true // optional: trim to the specified height, add '...'
});
```
Expand Down
Loading