Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ getDefaultFont
Method
getDefaultFont
CodenameOne/src/com/codename1/ui/Font.java:454–456 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
452
///
453
/// the global default font instance
454
public
static
Font getDefaultFont() {
455
return
defaultFont;
456
}
457
458
/// Sets the global default font instance
459
///
Callers
15
getFontSize
Method · 0.95
getMaterialDesignFont
Method · 0.95
sizeFont
Method · 0.95
calcPreferredSize
Method · 0.95
convertToPixels
Method · 0.95
paintBackground
Method · 0.95
calcPreferredSize
Method · 0.95
Graphics
Class · 0.95
getEffectiveFontSize
Method · 0.95
paint
Method · 0.95
CodenameOneMiGComponentWrapper
Class · 0.95
initDefaults
Method · 0.95
Calls
no outgoing calls
Tested by
5
paint
Method · 0.76
testStringWidthHandlesSpecialCases
Method · 0.76
testCharsWidthDelegatesToImplementation
Method · 0.76
testConvertToPixelsHandlesVariousUnits
Method · 0.76
testConstructorsAndAccessors
Method · 0.76