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

Method create

CodenameOne/src/com/codename1/ui/FontImage.java:7596–7598  ·  view source on GitHub ↗
(String text, Style s)

Source from the content-addressed store, hash-verified

7594 ///
7595 /// the font image
7596 public static FontImage create(String text, Style s) {
7597 return create(text, s, s.getFont());
7598 }
7599
7600 /// Creates the font image with the given style settings but uses the given font, notice that the
7601 /// size of the given font determines the size of the icon!

Callers 5

setIconMethod · 0.95
setFontIconMethod · 0.95
createMaterialMethod · 0.95

Calls 9

maxMethod · 0.95
getHeightMethod · 0.95
getFgAlphaMethod · 0.80
getFontMethod · 0.65
getBgTransparencyMethod · 0.45
getBgColorMethod · 0.45
getFgColorMethod · 0.45
getOpacityMethod · 0.45
stringWidthMethod · 0.45

Tested by 2