Uses of Class
org.loboevolution.pdfview.font.PDFFont
Packages that use PDFFont
-
Uses of PDFFont in org.loboevolution.pdfview
Methods in org.loboevolution.pdfview with parameters of type PDFFont -
Uses of PDFFont in org.loboevolution.pdfview.font
Subclasses of PDFFont in org.loboevolution.pdfview.fontModifier and TypeClassDescriptionclassThis class represents the 14 built-in fonts.class************************************************************************** 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.classa font object derived from a CID font.classa font object derived from a true type font.classSupports width operations for Type1, Type1C, TrueType and Type3 fontsclassA true-type fontclassType 0 fonts are composite fonts with a CMAP to map between source character codes and destination fonts/codesclassA representation, with parser, of an Adobe Type 1C font.classA representation, with parser, of an Adobe Type 1 font.classA Type 3 Font, in which each glyph consists of a sequence of PDF commands.Methods in org.loboevolution.pdfview.font that return PDFFontModifier and TypeMethodDescriptionType0Font.getDescendantFont(int fontID) Get a descendant font of this font by fontIdstatic PDFFontget the PDFFont corresponding to the font described in a PDFObject.Methods in org.loboevolution.pdfview.font with parameters of type PDFFont