MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / getStyle

Method getStyle

CodenameOne/src/com/codename1/ui/Font.java:744–746  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

742 ///
743 /// Optional operation returning the font style for system fonts
744 public int getStyle() {
745 return Display.impl.getStyle(font);
746 }
747
748 /// Returns a string containing all the characters supported by this font.
749 /// Will return null for system fonts.

Callers 11

initAutoResizeMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95
updateStateMethod · 0.95
setMatchingFontMethod · 0.95
createFontMethod · 0.95
loadThemeMethod · 0.95
setKeyValueMethod · 0.95
runMethod · 0.95
getFaceMethod · 0.95
getStyleMethod · 0.95

Calls 1

getStyleMethod · 0.65

Tested by

no test coverage detected