Class PDFText.FontEntry

  • Enclosing class:
    PDFText

    public static class PDFText.FontEntry
    extends java.lang.Object
    An inner class to store font info. There are individual entries when a font has chars beyond 255, in blocks of 256.
    • Constructor Summary

      Constructors 
      Constructor Description
      FontEntry​(PDFFile pdfFile, PDFText.FontEntry fontEntry, int fontCharSet)
      Creates a font entry for a given pdf file and root font entry.
      FontEntry​(PDFFile pdfFile, RMFont aFont)
      Creates a new font entry for a given pdf file and font.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FontEntry

        public FontEntry​(PDFFile pdfFile,
                         RMFont aFont)
        Creates a new font entry for a given pdf file and font.
      • FontEntry

        public FontEntry​(PDFFile pdfFile,
                         PDFText.FontEntry fontEntry,
                         int fontCharSet)
        Creates a font entry for a given pdf file and root font entry.