Uses of Class
com.sun.pdfview.font.PDFFont
-
Packages that use PDFFont Package Description com.sun.pdfview com.sun.pdfview.font -
-
Uses of PDFFont in com.sun.pdfview
Fields in com.sun.pdfview declared as PDFFont Modifier and Type Field Description private PDFFontPDFTextFormat. fontfontMethods in com.sun.pdfview that return PDFFont Modifier and Type Method Description PDFFontPDFTextFormat. getFont()get the fontprivate PDFFontPDFParser. getFontFrom(java.lang.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 Modifier and Type Method Description voidPDFTextFormat. 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 Modifier and Type Class Description classBuiltinFontThis class represents the 14 built-in fonts.classCIDFontType2a font object derived from a CID font.classNativeFonta font object derived from a true type font.classOutlineFontSupports width operations for Type1, Type1C, TrueType and Type3 fontsclassTTFFontA true-type fontclassType0FontType 0 fonts are composite fonts with a CMAP to map between source character codes and destination fonts/codesclassType1CFontA representation, with parser, of an Adobe Type 1C font.classType1FontA representation, with parser, of an Adobe Type 1 font.classType3FontA Type 3 Font, in which each glyph consists of a sequence of PDF commands.Fields in com.sun.pdfview.font declared as PDFFont Modifier and Type Field Description (package private) PDFFont[]Type0Font. fontsThe decendant fonts, indexed by font number from the CMAPMethods in com.sun.pdfview.font that return PDFFont Modifier and Type Method Description PDFFontType0Font. getDescendantFont(int fontID)Get a descendant font of this font by fontIdstatic PDFFontPDFFont. 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 Modifier and Type Method Description private PDFGlyphPDFFontEncoding. getGlyphFromCMap(PDFFont font, char src)Get a glyph from a CMap, given a Type0 font and a characterprivate PDFGlyphPDFFontEncoding. getGlyphFromEncoding(PDFFont font, char src)Get a glyph from an encoding, given a font and characterjava.util.List<PDFGlyph>PDFFontEncoding. getGlyphs(PDFFont font, java.lang.String text)Get the glyphs associated with a given String
-