MCPcopy 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}

Calls

no outgoing calls