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 PDFFont
PDFTextFormat. font
fontMethods in com.sun.pdfview that return PDFFont Modifier and Type Method Description PDFFont
PDFTextFormat. getFont()
get the fontprivate PDFFont
PDFParser. 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 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 Modifier and Type Class Description 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 fontsclass
TTFFont
A true-type fontclass
Type0Font
Type 0 fonts are composite fonts with a CMAP to map between source character codes and destination fonts/codesclass
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.Fields in com.sun.pdfview.font declared as PDFFont Modifier and Type Field Description (package private) PDFFont[]
Type0Font. fonts
The decendant fonts, indexed by font number from the CMAPMethods in com.sun.pdfview.font that return PDFFont Modifier and Type Method Description PDFFont
Type0Font. getDescendantFont(int fontID)
Get a descendant font of this font by fontIdstatic 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 Modifier and Type Method Description private 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 characterjava.util.List<PDFGlyph>
PDFFontEncoding. getGlyphs(PDFFont font, java.lang.String text)
Get the glyphs associated with a given String
-