Package | Description |
---|---|
com.sun.pdfview | |
com.sun.pdfview.font | |
test |
Modifier and Type | Method and Description |
---|---|
PDFFont |
PDFTextFormat.getFont()
get the font
|
Modifier and Type | Method and Description |
---|---|
void |
PDFTextFormat.setFont(PDFFont f,
float size)
set the font and size
|
Modifier and Type | Class and 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 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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PDFGlyph> |
PDFFontEncoding.getGlyphs(PDFFont font,
java.lang.String text)
Get the glyphs associated with a given String
|
Modifier and Type | Method and Description |
---|---|
PDFFont |
FontToy.getCurrentFont()
get the current font
|
Modifier and Type | Method and Description |
---|---|
void |
FontToy.setCurrentFont(PDFFont font)
set the current font
|