pdfOptimizer 3.0.1 API
iText.Pdfoptimizer.Handlers.Util.FontSubsetNameDetector Class Reference

Checks if font name follows the rule of naming defined for font subsets. More...

Static Public Member Functions

static bool  IsFontSubsetName (String fontName)
  Checks if font name follows the rule of naming defined for font subsets. More...
 

Detailed Description

Checks if font name follows the rule of naming defined for font subsets.

Member Function Documentation

◆ IsFontSubsetName()

static bool iText.Pdfoptimizer.Handlers.Util.FontSubsetNameDetector.IsFontSubsetName ( String  fontName )
inlinestatic

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