MCPcopy Create free account
hub / github.com/HumbleUI/Skija / setEdging

Method setEdging

shared/java/Font.java:274–279  ·  view source on GitHub ↗

Requests, but does not require, that edge pixels draw opaque or with partial transparency.

(FontEdging value)

Source from the content-addressed store, hash-verified

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

Callers 3

drawInterMethod · 0.80
drawModesMethod · 0.80

Calls 3

_resetMetricsMethod · 0.95
onNativeCallMethod · 0.95
_nSetEdgingMethod · 0.95

Tested by

no test coverage detected