Package com.scroogexhtml.css
Class LengthUnitUtil
java.lang.Object
com.scroogexhtml.css.LengthUnitUtil
LengthUnitUtil is a utility class that provides methods for converting
between different CSS length units. It supports conversion to units such as
points (pt), pixels (px), em, viewport height (vh), and viewport width (vw).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
convertFontSize
(int halfPoints, LengthUnit lengthUnit)
-
Constructor Details
-
LengthUnitUtil
public LengthUnitUtil()
-
-
Method Details
-
convertFontSize
-