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

Method setScaleX

shared/java/Font.java:387–392  ·  view source on GitHub ↗

Sets text scale on x-axis. Default value is 1.

(float value)

Source from the content-addressed store, hash-verified

385 * Sets text scale on x-axis. Default value is 1.
386 */
387 public Font setScaleX(float value) {
388 _resetMetrics();
389 Stats.onNativeCall();
390 _nSetScaleX(_ptr, value);
391 return this;
392 }
393
394 /**
395 * Sets text skew on x-axis. Default value is 0.

Callers 2

drawInterMethod · 0.80

Calls 3

_resetMetricsMethod · 0.95
onNativeCallMethod · 0.95
_nSetScaleXMethod · 0.95

Tested by

no test coverage detected