Sets level of glyph outline adjustment. Does not check for valid values of hintingLevel.
(FontHinting value)
| 294 | * Sets level of glyph outline adjustment. Does not check for valid values of hintingLevel. |
| 295 | */ |
| 296 | public Font setHinting(FontHinting value) { |
| 297 | _resetMetrics(); |
| 298 | Stats.onNativeCall(); |
| 299 | _nSetHinting(_ptr, value.ordinal()); |
| 300 | return this; |
| 301 | } |
| 302 | |
| 303 | /** |
| 304 | * Returns a font with the same attributes of this font, but with the specified size. |
no test coverage detected