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

Method isBold

shared/java/Typeface.java:26–28  ·  view source on GitHub ↗

@return true if #getFontStyle() has the bold bit set

()

Source from the content-addressed store, hash-verified

24 * @return true if {@link #getFontStyle()} has the bold bit set
25 */
26 public boolean isBold() {
27 return getFontStyle().getWeight() >= FontWeight.SEMI_BOLD;
28 }
29
30 /**
31 * @return true if {@link #getFontStyle()} has the italic bit set

Callers 1

executeMethod · 0.95

Calls 2

getFontStyleMethod · 0.95
getWeightMethod · 0.80

Tested by 1

executeMethod · 0.76