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

Method getFace

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

Source from the content-addressed store, hash-verified

724 ///
725 /// Optional operation returning the font face for system fonts
726 public int getFace() {
727 return Display.impl.getFace(font);
728 }
729
730 /// Return Optional operation returning the font size for system fonts
731 ///

Callers 8

equalsMethod · 0.95
hashCodeMethod · 0.95
setMatchingFontMethod · 0.95
setKeyValueMethod · 0.95
drawMethod · 0.45
generateSystemStringMethod · 0.45
FontEditorMethod · 0.45
generateSystemStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected