Package org.xhtmlrenderer.css.style
Class FontSizeHelper
- java.lang.Object
-
- org.xhtmlrenderer.css.style.FontSizeHelper
-
public class FontSizeHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FontSizeHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PropertyValue
getDefaultRelativeFontSize(IdentValue fontSize)
static IdentValue
getNextLarger(IdentValue absFontSize)
static IdentValue
getNextSmaller(IdentValue absFontSize)
static PropertyValue
resolveAbsoluteFontSize(IdentValue fontSize, java.lang.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, java.lang.String[] fontFamilies)
-
getDefaultRelativeFontSize
public static PropertyValue getDefaultRelativeFontSize(IdentValue fontSize)
-
-