Increases stroke width when creating glyph bitmaps to approximate a bold typeface. @param value setting for bold approximation @return this
(boolean value)
| 235 | * @return this |
| 236 | */ |
| 237 | public Font setEmboldened(boolean value) { |
| 238 | _resetMetrics(); |
| 239 | Stats.onNativeCall(); |
| 240 | _nSetEmboldened(_ptr, value); |
| 241 | return this; |
| 242 | } |
| 243 | |
| 244 | /** |
| 245 | * Requests that baselines be snapped to pixels when the current transformation matrix is axis |
no test coverage detected