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 IdentValuenormalizeFontStyle(IdentValue fontStyle)static intnormalizeFontWeight(IdentValue fontWeight)static intnormalizeFontWeight(Integer fontWeight)static voidtryClose(Closeable obj)
-
-
-
Method Detail
-
normalizeFontWeight
public static int normalizeFontWeight(Integer fontWeight)
-
normalizeFontStyle
public static IdentValue normalizeFontStyle(IdentValue fontStyle)
-
normalizeFontWeight
public static int normalizeFontWeight(IdentValue fontWeight)
-
tryClose
public static void tryClose(Closeable obj)
-
-