Package | Description |
---|---|
org.apache.fop.afp.fonts |
Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects.
|
org.apache.fop.fonts |
Classes for font handling.
|
org.apache.fop.fonts.base14 |
Base 14 fonts used for PDF and PostScript.
|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.render.afp |
An AFP Renderer implementation and supporting classes.
|
org.apache.fop.render.java2d |
Java2D Renderer which paints rendered pages on Graphics2D instances.
|
Modifier and Type | Method | Description |
---|---|---|
FontType |
AFPFont.getFontType() |
Returns the type of the font.
|
Modifier and Type | Field | Description |
---|---|---|
static FontType |
FontType.CIDTYPE0 |
|
static FontType |
FontType.MMTYPE1 |
Adobe Multiple Master Type 1 fonts
|
static FontType |
FontType.OTHER |
Collective identifier for "other" font types
|
static FontType |
FontType.TRUETYPE |
TrueType fonts
|
static FontType |
FontType.TYPE0 |
Adobe Type 0 fonts (composite font)
|
static FontType |
FontType.TYPE1 |
Adobe Type 1 fonts
|
static FontType |
FontType.TYPE1C |
|
static FontType |
FontType.TYPE3 |
Adobe Type 3 fonts ("user-defined" fonts)
|
Modifier and Type | Method | Description |
---|---|---|
static FontType |
FontType.byName(java.lang.String name) |
Returns the FontType by name.
|
static FontType |
FontType.byValue(int value) |
Returns the FontType by value.
|
FontType |
CustomFont.getFontType() |
Returns the type of the font.
|
FontType |
FontMetrics.getFontType() |
Returns the type of the font.
|
FontType |
LazyFont.getFontType() |
Returns the type of the font.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CustomFont.setFontType(FontType fontType) |
Sets the font type.
|
void |
MutableFont.setFontType(FontType fontType) |
Sets the font type.
|
Modifier and Type | Method | Description |
---|---|---|
FontType |
Courier.getFontType() |
|
FontType |
CourierBold.getFontType() |
|
FontType |
CourierBoldOblique.getFontType() |
|
FontType |
CourierOblique.getFontType() |
|
FontType |
Helvetica.getFontType() |
|
FontType |
HelveticaBold.getFontType() |
|
FontType |
HelveticaBoldOblique.getFontType() |
|
FontType |
HelveticaOblique.getFontType() |
|
FontType |
Symbol.getFontType() |
|
FontType |
TimesBold.getFontType() |
|
FontType |
TimesBoldItalic.getFontType() |
|
FontType |
TimesItalic.getFontType() |
|
FontType |
TimesRoman.getFontType() |
|
FontType |
ZapfDingbats.getFontType() |
Modifier and Type | Method | Description |
---|---|---|
static PDFFont |
PDFFont.createFont(java.lang.String fontname,
FontType subtype,
java.lang.String basefont,
java.lang.Object encoding) |
factory method with the basic parameters
|
protected PDFName |
PDFFont.getPDFNameForFontType(FontType fontType) |
Returns the PDF name for a certain font type.
|
void |
PDFFontDescriptor.setFontFile(FontType subtype,
AbstractPDFStream fontfile) |
Set the optional font file stream
|
Constructor | Description |
---|---|
PDFFont(java.lang.String fontname,
FontType subtype,
java.lang.String basefont,
java.lang.Object encoding) |
create the /Font object
|
PDFFontNonBase14(java.lang.String fontname,
FontType subtype,
java.lang.String basefont,
java.lang.Object encoding) |
Create the /Font object
|
Modifier and Type | Method | Description |
---|---|---|
FontType |
AFPFontConfig.AFPTrueTypeFont.getFontType() |
Modifier and Type | Method | Description |
---|---|---|
FontType |
CustomFontMetricsMapper.getFontType() |
Returns the type of the font.
|
FontType |
SystemFontMetricsMapper.getFontType() |
Returns the type of the font.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.