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

Method getSize

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

Source from the content-addressed store, hash-verified

733 ///
734 /// Optional operation returning the font size for system fonts
735 public int getSize() {
736 return Display.impl.getSize(font);
737 }
738
739 /// Return Optional operation returning the font style for system fonts
740 ///

Callers 6

equalsMethod · 0.95
hashCodeMethod · 0.95
setMatchingFontMethod · 0.95
applyPaintMethod · 0.95
setKeyValueMethod · 0.95
drawScreenBufferMethod · 0.95

Calls 1

getSizeMethod · 0.65

Tested by

no test coverage detected