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

Method setBitmapsEmbedded

shared/java/Font.java:195–200  ·  view source on GitHub ↗

Requests, but does not require, to use bitmaps in fonts instead of outlines. @param value setting to use bitmaps in fonts @return this

(boolean value)

Source from the content-addressed store, hash-verified

193 * @return this
194 */
195 public Font setBitmapsEmbedded(boolean value) {
196 _resetMetrics();
197 Stats.onNativeCall();
198 _nSetBitmapsEmbedded(_ptr, value);
199 return this;
200 }
201
202 /**
203 * Requests, but does not require, that glyphs respect sub-pixel positioning.

Callers 1

drawInterMethod · 0.80

Calls 3

_resetMetricsMethod · 0.95
onNativeCallMethod · 0.95
_nSetBitmapsEmbeddedMethod · 0.95

Tested by

no test coverage detected