Class CFFParser


  • public class CFFParser
    extends Object
    This class represents a parser for a CFF font.
    • Constructor Detail

      • CFFParser

        public CFFParser()
    • Method Detail

      • parse

        public List<CFFFont> parse​(byte[] bytes)
                            throws IOException
        Parsing CFF Font using a byte array as input.
        Parameters:
        bytes - the given byte array
        Returns:
        the parsed CFF fonts
        Throws:
        IOException - If there is an error reading from the stream