Class FontUtil
- java.lang.Object
-
- com.openhtmltopdf.pdfboxout.fontstore.FontUtil
-
public class FontUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description FontUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringnormalizeFontFamily(String fontFamily)static com.openhtmltopdf.css.constants.IdentValuenormalizeFontStyle(com.openhtmltopdf.css.constants.IdentValue fontStyle)static intnormalizeFontWeight(com.openhtmltopdf.css.constants.IdentValue fontWeight)static intnormalizeFontWeight(Integer fontWeight)static voidtryClose(Closeable obj)
-
-
-
Method Detail
-
normalizeFontWeight
public static int normalizeFontWeight(Integer fontWeight)
-
normalizeFontStyle
public static com.openhtmltopdf.css.constants.IdentValue normalizeFontStyle(com.openhtmltopdf.css.constants.IdentValue fontStyle)
-
normalizeFontWeight
public static int normalizeFontWeight(com.openhtmltopdf.css.constants.IdentValue fontWeight)
-
tryClose
public static void tryClose(Closeable obj)
-
-