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)
-
-
-
Method Detail
-
getNextSmaller
public static IdentValue getNextSmaller(IdentValue absFontSize)
-
getNextLarger
public static IdentValue getNextLarger(IdentValue absFontSize)
-
resolveAbsoluteFontSize
public static PropertyValue resolveAbsoluteFontSize(IdentValue fontSize, String[] fontFamilies)
-
getDefaultRelativeFontSize
public static PropertyValue getDefaultRelativeFontSize(IdentValue fontSize)
-
-