Class FontUtil
- java.lang.Object
-
- org.uitnet.testing.smartfwk.ui.core.utils.FontUtil
-
public class FontUtil extends Object
- Author:
- Madhav Krishna
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static doublecomputeFontSizeInREM(String fontSize)Used to compute font size in REM unit.
-
-
-
Method Detail
-
computeFontSizeInREM
public static double computeFontSizeInREM(String fontSize)
Used to compute font size in REM unit.- Parameters:
fontSize- - font size either in px or rem. Examples: 10px, 0.5rem- Returns:
- the calculated REM size.
-
-