Package com.itextpdf.io.font.constants
Class FontResources
- java.lang.Object
-
- com.itextpdf.io.font.constants.FontResources
-
public final class FontResources extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ADOBE_GLYPH_LIST
static java.lang.String
AFMS
static java.lang.String
CMAPS
-
Constructor Summary
Constructors Modifier Constructor Description private
FontResources()
-
-
-
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
-
-