Uses of Class
org.apache.fop.fonts.CustomFont
-
Packages that use CustomFont Package Description org.apache.fop.fonts Classes for font handling.org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances.org.apache.fop.render.pcl.fonts -
-
Uses of CustomFont in org.apache.fop.fonts
Subclasses of CustomFont in org.apache.fop.fonts Modifier and Type Class Description class
CFFToType1Font
class
CIDFont
Abstract base class for CID fonts.class
MultiByteFont
Generic MultiByte (CID) fontclass
SingleByteFont
Generic SingleByte fontFields in org.apache.fop.fonts declared as CustomFont Modifier and Type Field Description protected CustomFont
FontLoader. returnFont
the loaded fontMethods in org.apache.fop.fonts that return CustomFont Modifier and Type Method Description CustomFont
FontLoader. getFont()
Returns the custom font that was read using this instance of FontLoader.static CustomFont
FontLoader. loadFont(FontUris fontUris, java.lang.String subFontName, boolean embedded, EmbeddingMode embeddingMode, EncodingMode encodingMode, boolean useKerning, boolean useAdvanced, InternalResourceResolver resourceResolver, boolean simulateStyle, boolean embedAsType1)
Loads a custom font from a URI. -
Uses of CustomFont in org.apache.fop.pdf
Constructors in org.apache.fop.pdf with parameters of type CustomFont Constructor Description PDFCFFStreamType0C(CustomFont font)
Main constructor -
Uses of CustomFont in org.apache.fop.render.java2d
Constructors in org.apache.fop.render.java2d with parameters of type CustomFont Constructor Description CustomFontMetricsMapper(CustomFont fontMetrics)
Construction of this class results in the immediate construction of the underlyingFont
. -
Uses of CustomFont in org.apache.fop.render.pcl.fonts
Fields in org.apache.fop.render.pcl.fonts declared as CustomFont Modifier and Type Field Description protected CustomFont
PCLFontReader. font
Methods in org.apache.fop.render.pcl.fonts with parameters of type CustomFont Modifier and Type Method Description void
PCLFontReader. setFont(CustomFont mbFont)
-