Uses of Class
org.apache.fop.fonts.FontType
Packages that use FontType
Package
Description
Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects.
Classes for font handling.
Base 14 fonts used for PDF and PostScript.
Classes for handling the low-level creation of PDF documents.
An AFP Renderer implementation and supporting classes.
Java2D Renderer which paints rendered pages on Graphics2D instances.
-
Uses of FontType in org.apache.fop.afp.fonts
Methods in org.apache.fop.afp.fonts that return FontType -
Uses of FontType in org.apache.fop.fonts
Fields in org.apache.fop.fonts declared as FontTypeModifier and TypeFieldDescriptionstatic final FontType
FontType.CIDTYPE0
static final FontType
FontType.MMTYPE1
Adobe Multiple Master Type 1 fontsstatic final FontType
FontType.OTHER
Collective identifier for "other" font typesstatic final FontType
FontType.TRUETYPE
TrueType fontsstatic final FontType
FontType.TYPE0
Adobe Type 0 fonts (composite font)static final FontType
FontType.TYPE1
Adobe Type 1 fontsstatic final FontType
FontType.TYPE1C
static final FontType
FontType.TYPE3
Adobe Type 3 fonts ("user-defined" fonts)Methods in org.apache.fop.fonts that return FontTypeModifier and TypeMethodDescriptionstatic FontType
Returns the FontType by name.static FontType
FontType.byValue
(int value) Returns the FontType by value.CustomFont.getFontType()
Returns the type of the font.FontMetrics.getFontType()
Returns the type of the font.LazyFont.getFontType()
Returns the type of the font.Methods in org.apache.fop.fonts with parameters of type FontTypeModifier and TypeMethodDescriptionvoid
CustomFont.setFontType
(FontType fontType) Sets the font type.void
MutableFont.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 FontTypeModifier and TypeMethodDescriptionCourier.getFontType()
CourierBold.getFontType()
CourierBoldOblique.getFontType()
CourierOblique.getFontType()
Helvetica.getFontType()
HelveticaBold.getFontType()
HelveticaBoldOblique.getFontType()
HelveticaOblique.getFontType()
Symbol.getFontType()
TimesBold.getFontType()
TimesBoldItalic.getFontType()
TimesItalic.getFontType()
TimesRoman.getFontType()
ZapfDingbats.getFontType()
-
Uses of FontType in org.apache.fop.pdf
Methods in org.apache.fop.pdf with parameters of type FontTypeModifier and TypeMethodDescriptionstatic PDFFont
PDFFont.createFont
(String fontname, FontType subtype, String basefont, Object encoding) factory method with the basic parametersprotected 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 streamConstructors in org.apache.fop.pdf with parameters of type FontType -
Uses of FontType in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp that return FontType -
Uses of FontType in org.apache.fop.render.java2d
Methods in org.apache.fop.render.java2d that return FontTypeModifier and TypeMethodDescriptionfinal FontType
CustomFontMetricsMapper.getFontType()
Returns the type of the font.SystemFontMetricsMapper.getFontType()
Returns the type of the font.