Class CidFontProperties

java.lang.Object
com.itextpdf.io.font.CidFontProperties

public class CidFontProperties extends Object
  • Constructor Details

    • CidFontProperties

      public CidFontProperties()
  • Method Details

    • isCidFont

      public static boolean isCidFont (String fontName, String enc)
      Checks if its a valid CJKFont font.
      Parameters:
      fontName - the font name.
      enc - the encoding.
      Returns:
      true if it is CJKFont.
    • getCompatibleFont

      public static String getCompatibleFont (String enc)
    • getAllFonts

      public static Map<String,Map<String,Object>> getAllFonts()
    • getRegistryNames

      public static Map<String,Set<String>> getRegistryNames()