Class FontUtils

java.lang.Object
org.ofdrw.converter.utils.FontUtils

@Deprecated public class FontUtils extends Object
Deprecated.
  • Constructor Details

    • FontUtils

      public FontUtils()
      Deprecated.
  • Method Details

    • init

      public static void init()
      Deprecated.
    • addAliasMapping

      public static void addAliasMapping(String familyName, String fontName, String aliasFamilyName, String aliasFontName)
      Deprecated.
    • addSystemFontMapping

      public static void addSystemFontMapping(String familyName, String fontName, String fontFilePath)
      Deprecated.
    • getSystemFontPath

      public static String getSystemFontPath(String familyName, String fontName)
      Deprecated.
    • scanFontDir

      public static void scanFontDir(File dir)
      Deprecated.
    • loadFont

      public static void loadFont(File file)
      Deprecated.