Class CFFCIDFont.PrivateType1CharStringReader

  • All Implemented Interfaces:
    Type1CharStringReader
    Enclosing class:
    CFFCIDFont

    private class CFFCIDFont.PrivateType1CharStringReader
    extends java.lang.Object
    implements Type1CharStringReader
    Private implementation of Type1CharStringReader, because only CFFType1Font can expose this publicly, as CIDFonts only support this for legacy 'seac' commands.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Type1CharString getType1CharString​(java.lang.String name)
      Returns the Type 1 CharString for the character with the given name.
      • Methods inherited from class java.lang.Object

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

      • PrivateType1CharStringReader

        private PrivateType1CharStringReader()
    • Method Detail

      • getType1CharString

        public Type1CharString getType1CharString​(java.lang.String name)
                                           throws java.io.IOException
        Description copied from interface: Type1CharStringReader
        Returns the Type 1 CharString for the character with the given name.
        Specified by:
        getType1CharString in interface Type1CharStringReader
        Returns:
        Type 1 CharString
        Throws:
        java.io.IOException - if something went wrong