Interface Type1CharStringReader

All Known Implementing Classes:
CFFCIDFont.PrivateType1CharStringReader, CFFType1Font.PrivateType1CharStringReader, Type1Font

public interface Type1CharStringReader
Something which can read Type 1 CharStrings, namely Type 1 and CFF fonts.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the Type 1 CharString for the character with the given name.
  • Method Details

    • getType1CharString

      Type1CharString getType1CharString(String name) throws IOException
      Returns the Type 1 CharString for the character with the given name.
      Returns:
      Type 1 CharString
      Throws:
      IOException - if something went wrong