Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ getNativeFont
Method
getNativeFont
CodenameOne/src/com/codename1/ui/Font.java:764–766 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
762
///
763
/// platform specific font object for use by implementation classes or native code
764
public
Object getNativeFont() {
765
return
font;
766
}
767
768
/// {@inheritDoc}
769
@Override
Callers
15
drawLabelComponent
Method · 0.95
applyStyle
Method · 0.95
styleChanged
Method · 0.95
focusGained
Method · 0.95
run
Method · 0.95
drawLabelComponent
Method · 0.95
drawLabelComponent
Method · 0.95
applyStyle
Method · 0.95
styleChanged
Method · 0.95
testSetFontUpdatesNativeFont
Method · 0.95
setFont
Method · 0.45
drawString
Method · 0.45
Calls
no outgoing calls
Tested by
1
testSetFontUpdatesNativeFont
Method · 0.76