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

Method setSize

shared/java/Font.java:377–382  ·  view source on GitHub ↗

Sets text size in points. Has no effect if value is not greater than or equal to zero.

(float value)

Source from the content-addressed store, hash-verified

375 * Sets text size in points. Has no effect if value is not greater than or equal to zero.
376 */
377 public Font setSize(float value) {
378 _resetMetrics();
379 Stats.onNativeCall();
380 _nSetSize(_ptr, value);
381 return this;
382 }
383
384 /**
385 * Sets text scale on x-axis. Default value is 1.

Callers 5

drawInterMethod · 0.80
drawMethod · 0.80
TextLineLocaleSceneClass · 0.80
panelMethod · 0.80

Calls 3

_resetMetricsMethod · 0.95
onNativeCallMethod · 0.95
_nSetSizeMethod · 0.95

Tested by

no test coverage detected