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

Method defaultFallback

shared/java/paragraph/FontCollection.java:96–99  ·  view source on GitHub ↗
(int unicode, FontStyle style, String locale)

Source from the content-addressed store, hash-verified

94 }
95
96 @Nullable
97 public Typeface defaultFallback(int unicode, FontStyle style, String locale) {
98 return defaultFallback(unicode, style, locale, null);
99 }
100
101 @Nullable
102 public Typeface defaultFallback(int unicode, @NotNull FontStyle style, @NotNull String locale, @Nullable FontArguments fontArguments) {

Calls 4

onNativeCallMethod · 0.95
_nDefaultFallbackCharMethod · 0.95
reachabilityFenceMethod · 0.95
_nDefaultFallbackMethod · 0.95

Tested by 1

executeMethod · 0.76