Uses of Class
org.apache.fop.fonts.type1.AdobeStandardEncoding
-
Packages that use AdobeStandardEncoding Package Description org.apache.fop.fonts.type1 Classes for Adobe Type 1 fonts. -
-
Uses of AdobeStandardEncoding in org.apache.fop.fonts.type1
Fields in org.apache.fop.fonts.type1 with type parameters of type AdobeStandardEncoding Modifier and Type Field Description private static java.util.Map<java.lang.String,AdobeStandardEncoding>
AdobeStandardEncoding. CACHE
Methods in org.apache.fop.fonts.type1 that return AdobeStandardEncoding Modifier and Type Method Description static AdobeStandardEncoding
AdobeStandardEncoding. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AdobeStandardEncoding[]
AdobeStandardEncoding. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-