Package com.openhtmltopdf.css.style
Class FontSizeHelper
java.lang.Object
com.openhtmltopdf.css.style.FontSizeHelper
public class FontSizeHelper extends Object
-
Constructor Summary
Constructors Constructor Description FontSizeHelper() -
Method Summary
Modifier and Type Method Description static PropertyValuegetDefaultRelativeFontSize(IdentValue fontSize)static IdentValuegetNextLarger(IdentValue absFontSize)static IdentValuegetNextSmaller(IdentValue absFontSize)static PropertyValueresolveAbsoluteFontSize(IdentValue fontSize, String[] fontFamilies)
-
Constructor Details
-
FontSizeHelper
public FontSizeHelper()
-
-
Method Details