Class FontSubsetNameDetector
java.lang.Object
com.itextpdf.pdfoptimizer.handlers.util.FontSubsetNameDetector
Checks if font name follows the rule of naming defined for font subsets.
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isFontSubsetName
(String fontName) Checks if font name follows the rule of naming defined for font subsets.
-
Method Details
-
isFontSubsetName
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
-