Requests, but does not require, that glyphs respect sub-pixel positioning. @param value setting for sub-pixel positioning @return this
(boolean value)
| 206 | * @return this |
| 207 | */ |
| 208 | public Font setSubpixel(boolean value) { |
| 209 | _resetMetrics(); |
| 210 | Stats.onNativeCall(); |
| 211 | _nSetSubpixel(_ptr, value); |
| 212 | return this; |
| 213 | } |
| 214 | |
| 215 | /** |
| 216 | * Requests, but does not require, linearly scalable font and glyph metrics. |
no test coverage detected