Package org.loboevolution.pdfview.font


package org.loboevolution.pdfview.font
  • Classes
    Class
    Description
    This class represents the 14 built-in fonts.
    ************************************************************************** At the moment this is not fully supported to parse CID based fonts As a hack we try to use a built in font as substitution and use a toUnicode map to translate the characters if available.
    a font object derived from a CID font.
    A floating-point Point, with public fields.
    some constants and utility functions for font support.
    a font object derived from a true type font.
    Supports width operations for Type1, Type1C, TrueType and Type3 fonts
    a Font definition for PDF files Author Mike Wessler
    PDFFontDescriptor class.
    The PDFFont encoding encapsulates the mapping from character codes in the PDF document to glyphs of the font.
    A single glyph in a stream of PDF text, which knows how to write itself onto a PDF command stream
    A true-type font
    Type 0 fonts are composite fonts with a CMAP to map between source character codes and destination fonts/codes
    A representation, with parser, of an Adobe Type 1C font.
    A representation, with parser, of an Adobe Type 1 font.
    A Type 3 Font, in which each glyph consists of a sequence of PDF commands.