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 TypeClassDescriptionclass
This 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.class
a font object derived from a CID font.class
a font object derived from a true type font.class
Supports width operations for Type1, Type1C, TrueType and Type3 fontsclass
A true-type fontclass
Type 0 fonts are composite fonts with a CMAP to map between source character codes and destination fonts/codesclass
A representation, with parser, of an Adobe Type 1C font.class
A representation, with parser, of an Adobe Type 1 font.class
A 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 PDFFont
get the PDFFont corresponding to the font described in a PDFObject.Methods in org.loboevolution.pdfview.font with parameters of type PDFFont