Class Coverage

    • Constructor Detail

      • Coverage

        public Coverage()
    • Method Detail

      • getFormat

        public abstract int getFormat()
      • findGlyph

        public abstract int findGlyph​(int glyphId)
        Parameters:
        glyphId - The ID of the glyph to find.
        Returns:
        The index of the glyph within the coverage, or -1 if the glyph can't be found.
      • read

        protected static Coverage read​(java.io.RandomAccessFile raf)
                                throws java.io.IOException
        Throws:
        java.io.IOException