Class Type1FontFormatter

java.lang.Object
org.apache.fop.render.ps.Type1FontFormatter

public final class Type1FontFormatter extends Object
This class represents a formatter for a given Type1 font. author Villu Ruusmann
Version:
$Revision: 1.0 $
  • Constructor Details

  • Method Details

    • format

      public byte[] format(org.apache.fontbox.cff.CFFFont font, String i) throws IOException
      Read and convert a given CFFFont.
      Parameters:
      font - the given CFFFont
      i -
      Returns:
      the Type1 font
      Throws:
      IOException - if an error occurs during reading the given font