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

Method setAutoHintingForced

shared/java/Font.java:182–187  ·  view source on GitHub ↗

Sets whether to always hint glyphs. If forceAutoHinting is set, instructs the font manager to always hint glyphs. Only affects platforms that use FreeType as the font manager. @param value setting to always hint glyphs @return this

(boolean value)

Source from the content-addressed store, hash-verified

180 * @return this
181 */
182 public Font setAutoHintingForced(boolean value) {
183 _resetMetrics();
184 Stats.onNativeCall();
185 _nSetAutoHintingForced(_ptr, value);
186 return this;
187 }
188
189 /**
190 * Requests, but does not require, to use bitmaps in fonts instead of outlines.

Callers 1

drawInterMethod · 0.80

Calls 3

_resetMetricsMethod · 0.95
onNativeCallMethod · 0.95

Tested by

no test coverage detected