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

Method getFontStyle

shared/java/Typeface.java:14–21  ·  view source on GitHub ↗

@return the typeface’s intrinsic style attributes

()

Source from the content-addressed store, hash-verified

12 * @return the typeface’s intrinsic style attributes
13 */
14 public FontStyle getFontStyle() {
15 try {
16 Stats.onNativeCall();
17 return new FontStyle(_nGetFontStyle(_ptr));
18 } finally {
19 ReferenceUtil.reachabilityFence(this);
20 }
21 }
22
23 /**
24 * @return true if {@link #getFontStyle()} has the bold bit set

Callers 7

executeMethod · 0.95
isBoldMethod · 0.95
isItalicMethod · 0.95
drawMethod · 0.45
drawStylesMethod · 0.45

Calls 3

onNativeCallMethod · 0.95
_nGetFontStyleMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by 1

executeMethod · 0.76