Class FontSizeHelper
java.lang.Object
org.openpdf.css.style.FontSizeHelper
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final PropertyValueprivate static final PropertyValueprivate static final Map<IdentValue, PropertyValue> private static final Map<IdentValue, PropertyValue> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyValuegetDefaultRelativeFontSize(IdentValue fontSize) static IdentValuegetNextLarger(IdentValue absFontSize) static IdentValuegetNextSmaller(IdentValue absFontSize) private static booleanisMonospace(String[] fontFamilies) static PropertyValueresolveAbsoluteFontSize(IdentValue fontSize, String[] fontFamilies)
-
Field Details
-
PROPORTIONAL_FONT_SIZES
-
FIXED_FONT_SIZES
-
DEFAULT_SMALLER
-
DEFAULT_LARGER
-
-
Constructor Details
-
FontSizeHelper
public FontSizeHelper()
-
-
Method Details
-
getNextSmaller
-
getNextLarger
-
resolveAbsoluteFontSize
-
getDefaultRelativeFontSize
-
isMonospace
-