Class FontUtil

java.lang.Object
com.openhtmltopdf.pdfboxout.fontstore.FontUtil

public class FontUtil extends Object
  • Constructor Details

    • FontUtil

      public FontUtil()
  • Method Details

    • normalizeFontFamily

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