Requests that baselines be snapped to pixels when the current transformation matrix is axis aligned. @param value setting for baseline snapping to pixels @return this
(boolean value)
| 249 | * @return this |
| 250 | */ |
| 251 | public Font setBaselineSnapped(boolean value) { |
| 252 | _resetMetrics(); |
| 253 | Stats.onNativeCall(); |
| 254 | _nSetBaselineSnapped(_ptr, value); |
| 255 | return this; |
| 256 | } |
| 257 | |
| 258 | /** |
| 259 | * Whether edge pixels draw opaque or with partial transparency. |
no test coverage detected