Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ getPixelSize
Method
getPixelSize
CodenameOne/src/com/codename1/ui/Font.java:827–829 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
825
///
826
/// the size requested in the derive method
827
public
float getPixelSize() {
828
return
pixelSize;
829
}
830
}
Callers
15
drawImage
Method · 0.95
initAutoResize
Method · 0.95
getEffectiveFontSize
Method · 0.95
getSizeInPixels
Method · 0.95
loadTheme
Method · 0.95
getSmallFont
Method · 0.95
isScrollableParent
Method · 0.95
testDeriveCachesByRequestedSizeAndWeight
Method · 0.95
testAutoSizeModeAdjustsFontWithinBounds
Method · 0.95
testLargeTextScaleFlagAppliesToThemeFonts
Method · 0.95
testThemeConstantEnablesLargeTextScaling
Method · 0.95
testLargeTextScaleDisabledByDefault
Method · 0.95
Calls
no outgoing calls
Tested by
15
getSmallFont
Method · 0.76
testDeriveCachesByRequestedSizeAndWeight
Method · 0.76
testAutoSizeModeAdjustsFontWithinBounds
Method · 0.76
testLargeTextScaleFlagAppliesToThemeFonts
Method · 0.76
testThemeConstantEnablesLargeTextScaling
Method · 0.76
testLargeTextScaleDisabledByDefault
Method · 0.76
testZoomInScalesTTFFont
Method · 0.76
testZoomOutScalesTTFFont
Method · 0.76
testZoomCompoundsOnRepeatedCalls
Method · 0.76
testReciprocalZoomRestoresOriginalSize
Method · 0.76
testZoomScalesDefaultStyleFont
Method · 0.76
runChecks
Method · 0.64