Class FontSubsetNameDetector

java.lang.Object
com.itextpdf.pdfoptimizer.handlers.util.FontSubsetNameDetector

public final class FontSubsetNameDetector extends Object
Checks if font name follows the rule of naming defined for font subsets.
  • Method Details

    • isFontSubsetName

      public static boolean isFontSubsetName (String fontName)
      Checks if font name follows the rule of naming defined for font subsets.
      Parameters:
      fontName - the font name to check
      Returns:
      true if font name adheres to font subset naming rule, false otherwise