Uses of Class
com.sun.pdfview.font.PDFFont

Packages that use PDFFont
com.sun.pdfview   
com.sun.pdfview.font   
test   
 

Uses of PDFFont in com.sun.pdfview
 

Methods in com.sun.pdfview that return PDFFont
 PDFFont PDFTextFormat.getFont()
          get the font
 

Methods in com.sun.pdfview with parameters of type PDFFont
 void PDFTextFormat.setFont(PDFFont f, float size)
          set the font and size
 

Uses of PDFFont in com.sun.pdfview.font
 

Subclasses of PDFFont in com.sun.pdfview.font
 class BuiltinFont
          This class represents the 14 built-in fonts.
 class CIDFontType2
          a font object derived from a CID font.
 class NativeFont
          a font object derived from a true type font.
 class OutlineFont
          Supports width operations for Type1, Type1C, TrueType and Type3 fonts
 class TTFFont
          A true-type font
 class Type0Font
          Type 0 fonts are composite fonts with a CMAP to map between source character codes and destination fonts/codes
 class Type1CFont
          A representation, with parser, of an Adobe Type 1C font.
 class Type1Font
          A representation, with parser, of an Adobe Type 1 font.
 class Type3Font
          A Type 3 Font, in which each glyph consists of a sequence of PDF commands.
 

Methods in com.sun.pdfview.font that return PDFFont
 PDFFont Type0Font.getDescendantFont(int fontID)
          Get a descendant font of this font by fontId
static PDFFont PDFFont.getFont(PDFObject obj, java.util.HashMap<java.lang.String,PDFObject> resources)
          get the PDFFont corresponding to the font described in a PDFObject.
 

Methods in com.sun.pdfview.font with parameters of type PDFFont
 java.util.List<PDFGlyph> PDFFontEncoding.getGlyphs(PDFFont font, java.lang.String text)
          Get the glyphs associated with a given String
 

Uses of PDFFont in test
 

Methods in test that return PDFFont
 PDFFont FontToy.getCurrentFont()
          get the current font
 

Methods in test with parameters of type PDFFont
 void FontToy.setCurrentFont(PDFFont font)
          set the current font