| Package | Description |
|---|---|
| wordcram |
| Modifier and Type | Method and Description |
|---|---|
static WordSizer |
Sizers.byRank(int minSize,
int maxSize)
Returns a WordSizer that sizes words by their rank.
|
static WordSizer |
Sizers.byWeight(int minSize,
int maxSize)
Returns a WordSizer that sizes words by their weight, where the
"heaviest" word will be sized at
maxSize. |
| Modifier and Type | Method and Description |
|---|---|
WordCram |
WordCram.withSizer(WordSizer sizer)
Use the given WordSizer to pick fonts for each word.
|