Class Type1Font


  • public final class Type1Font
    extends FontData
    Gives access to a Type1 font.

    Synchronization

    This class can have a two-step construction. First, the constructor is called, then setMetricFile may be called. This is required because the fontname must be used to determine what metric file aligns with this font. setMetricFile shall only be called one time. It is called before the modules outside of AFE can see the Type1Font object. After the two-phase construction is complete, the class is immutable and threadsafe.