MCPcopy Create free account
hub / github.com/JetBrains/skija / makeClone

Method makeClone

shared/java/Font.java:80–84  ·  view source on GitHub ↗
(long ptr)

Source from the content-addressed store, hash-verified

78 }
79
80 @ApiStatus.Internal
81 public static Font makeClone(long ptr) {
82 Stats.onNativeCall();
83 return new Font(_nMakeClone(ptr));
84 }
85
86 /**
87 * If true, instructs the font manager to always hint glyphs.

Callers 5

getFontMethod · 0.95
executeMethod · 0.45
drawMethod · 0.45

Calls 2

onNativeCallMethod · 0.95
_nMakeCloneMethod · 0.95

Tested by 1

executeMethod · 0.36