Sha256: 2c36d28f4d4da8a084d3bb36c5de8500622b5e16a71972a369fe7abf75e70159
Contents?: true
Size: 257 Bytes
Versions: 9
Compression:
Stored size: 257 Bytes
Contents
package wordcram; class RenderOptions { int maxAttemptsToPlaceWord = -1; // default: based on Word weight int maxNumberOfWordsToDraw = -1; // default: unlimited int minShapeSize = 7; int wordPadding = 1; boolean rightToLeft = false; }
Version data entries
9 entries across 9 versions & 1 rubygems