Text::useSmoothing()
Chooses whether letters are smoothed. Turn it off for pixel fonts.
Syntax
Java
.useSmoothing(smooth)
Parameters
| Name | Data Type | Description |
|---|---|---|
| smooth | boolean | true to smooth the letters |
Return
void
Chooses whether letters are smoothed. Turn it off for pixel fonts.
.useSmoothing(smooth)
| Name | Data Type | Description |
|---|---|---|
| smooth | boolean | true to smooth the letters |
void