Uses of Class
com.sun.pdfview.font.PDFFont
Packages that use PDFFont
-
Uses of PDFFont in com.sun.pdfview
Fields in com.sun.pdfview declared as PDFFontMethods in com.sun.pdfview that return PDFFontModifier and TypeMethodDescriptionPDFTextFormat.getFont()
get the fontprivate PDFFont
PDFParser.getFontFrom
(String fontref) get a PDFFont from the resources, given the resource name of the font.Methods in com.sun.pdfview with parameters of type PDFFont -
Uses of PDFFont in com.sun.pdfview.font
Subclasses of PDFFont in com.sun.pdfview.fontModifier and TypeClassDescriptionclass
This class represents the 14 built-in fonts.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.Fields in com.sun.pdfview.font declared as PDFFontModifier and TypeFieldDescription(package private) PDFFont[]
Type0Font.fonts
The decendant fonts, indexed by font number from the CMAPMethods in com.sun.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 com.sun.pdfview.font with parameters of type PDFFontModifier and TypeMethodDescriptionprivate PDFGlyph
PDFFontEncoding.getGlyphFromCMap
(PDFFont font, char src) Get a glyph from a CMap, given a Type0 font and a characterprivate PDFGlyph
PDFFontEncoding.getGlyphFromEncoding
(PDFFont font, char src) Get a glyph from an encoding, given a font and characterGet the glyphs associated with a given String