Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getFont
Method · 0.95
setDefaultVariationCoords
Function · 0.45
Java_org_jetbrains_skija_Typeface__1nMakeClone
Function · 0.45
execute
Method · 0.45
draw
Method · 0.45
Calls
2
onNativeCall
Method · 0.95
_nMakeClone
Method · 0.95
Tested by
1
execute
Method · 0.36