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

Method derive

CodenameOne/src/com/codename1/ui/Font.java:515–517  ·  view source on GitHub ↗
(float size, int weight, byte unitType)

Source from the content-addressed store, hash-verified

513 /// scaled font instance
514 ///
515 public Font derive(float size, int weight, byte unitType) {
516 return derive(Display.getInstance().convertToPixels(size, unitType), weight);
517 }
518
519 /// Creates a font based on this truetype font with the given pixel, **WARNING**! This method
520 /// will only work in the case of truetype fonts!

Callers 15

initAutoResizeMethod · 0.95
updateStateMethod · 0.95
svgTextFontMethod · 0.95
setFontSizeMethod · 0.95
setFontSizePercentMethod · 0.95
resetThemePropsMethod · 0.95
createFontMethod · 0.95
createTrueTypeFontMethod · 0.95
loadThemeMethod · 0.95
applyPaintMethod · 0.95
getSmallFontMethod · 0.95
verifyFontHashingMethod · 0.95

Calls 5

getInstanceMethod · 0.95
convertToPixelsMethod · 0.65
getMethod · 0.65
putMethod · 0.65
deriveTrueTypeFontMethod · 0.45