Requests, but does not require, that edge pixels draw opaque or with partial transparency.
(FontEdging value)
| 272 | * partial transparency. |
| 273 | */ |
| 274 | public Font setEdging(FontEdging value) { |
| 275 | _resetMetrics(); |
| 276 | Stats.onNativeCall(); |
| 277 | _nSetEdging(_ptr, value.ordinal()); |
| 278 | return this; |
| 279 | } |
| 280 | |
| 281 | /** |
| 282 | * @return level of glyph outline adjustment |
no test coverage detected