Package com.itextpdf.io.font.constants
Class FontResources
- java.lang.Object
-
- com.itextpdf.io.font.constants.FontResources
-
public final class FontResources extends java.lang.ObjectFont resources paths.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringADOBE_GLYPH_LISTstatic java.lang.StringAFMSstatic java.lang.StringCMAPS
-
Constructor Summary
Constructors Modifier Constructor Description privateFontResources()
-
-
-
Field Detail
-
ADOBE_GLYPH_LIST
public static final java.lang.String ADOBE_GLYPH_LIST
- See Also:
- Constant Field Values
-
AFMS
public static final java.lang.String AFMS
- See Also:
- Constant Field Values
-
CMAPS
public static final java.lang.String CMAPS
- See Also:
- Constant Field Values
-
-