Class FontUtil


  • public class FontUtil
    extends Object
    • Constructor Detail

      • FontUtil

        public FontUtil()
    • Method Detail

      • normalizeFontFamily

        public static String normalizeFontFamily​(String fontFamily)
      • 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)