Class Type1FontFormatter


  • public class Type1FontFormatter
    extends java.lang.Object
    This class represents a formatter for a given Type1 font.
    Version:
    $Revision: 1.0 $
    Author:
    Villu Ruusmann
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] format​(CFFFont font)
      Read and convert a given CFFFont.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • format

        public static byte[] format​(CFFFont font)
                             throws java.io.IOException
        Read and convert a given CFFFont.
        Parameters:
        font - the given CFFFont
        Returns:
        the Type1 font
        Throws:
        java.io.IOException - if an error occurs during reading the given font