|
fop 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontType | |
---|---|
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.fonts | |
org.apache.fop.render.java2d | Java2D Renderer which paints rendered pages on Graphics2D instances. |
Uses of FontType in org.apache.fop.fonts |
---|
Fields in org.apache.fop.fonts declared as FontType | |
---|---|
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.TYPE3
Adobe Type 3 fonts ("user-defined" fonts) |
Methods in org.apache.fop.fonts that return FontType | |
---|---|
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 |
LazyFont.getFontType()
Returns the type of the font. |
FontType |
FontMetrics.getFontType()
Returns the type of the font. |
FontType |
CustomFont.getFontType()
Returns the type of the font. |
Methods in org.apache.fop.fonts with parameters of type FontType | |
---|---|
void |
MutableFont.setFontType(FontType fontType)
Sets the font type. |
void |
CustomFont.setFontType(FontType fontType)
Sets the font type. |
Uses of FontType in org.apache.fop.fonts.base14 |
---|
Methods in org.apache.fop.fonts.base14 that return FontType | |
---|---|
FontType |
ZapfDingbats.getFontType()
|
FontType |
Symbol.getFontType()
|
FontType |
TimesBoldItalic.getFontType()
|
FontType |
TimesBold.getFontType()
|
FontType |
TimesItalic.getFontType()
|
FontType |
TimesRoman.getFontType()
|
FontType |
HelveticaBoldOblique.getFontType()
|
FontType |
HelveticaOblique.getFontType()
|
FontType |
HelveticaBold.getFontType()
|
FontType |
Helvetica.getFontType()
|
FontType |
CourierBoldOblique.getFontType()
|
FontType |
CourierBold.getFontType()
|
FontType |
CourierOblique.getFontType()
|
FontType |
Courier.getFontType()
|
Uses of FontType in org.apache.fop.pdf |
---|
Methods in org.apache.fop.pdf with parameters of type FontType | |
---|---|
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 |
Constructors in org.apache.fop.pdf with parameters of type FontType | |
---|---|
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 |
Uses of FontType in org.apache.fop.render.afp.fonts |
---|
Methods in org.apache.fop.render.afp.fonts that return FontType | |
---|---|
FontType |
AFPFont.getFontType()
Returns the type of the font. |
Uses of FontType in org.apache.fop.render.java2d |
---|
Methods in org.apache.fop.render.java2d that return FontType | |
---|---|
FontType |
SystemFontMetricsMapper.getFontType()
Returns the type of the font. |
FontType |
CustomFontMetricsMapper.getFontType()
Returns the type of the font. |
|
fop 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |