Uses of Class
org.apache.fop.fonts.CustomFont
Packages that use CustomFont
Package
Description
Classes for font handling.
A collection of classes that aid in the autodetection of installed system fonts.
Classes for handling the low-level creation of PDF documents.
Java2D Renderer which paints rendered pages on Graphics2D instances.
PostScript Renderer
-
Uses of CustomFont in org.apache.fop.fonts
Subclasses of CustomFont in org.apache.fop.fontsModifier and TypeClassDescriptionclass
class
Abstract base class for CID fonts.class
Generic MultiByte (CID) fontclass
Generic SingleByte fontFields in org.apache.fop.fonts declared as CustomFontModifier and TypeFieldDescriptionprotected CustomFont
FontLoader.returnFont
the loaded fontprivate CustomFont
XMLFontMetricsReader.returnFont
Deprecated.Methods in org.apache.fop.fonts that return CustomFontModifier and TypeMethodDescriptionFontLoader.getFont()
Returns the custom font that was read using this instance of FontLoader.static CustomFont
FontLoader.loadFont
(FontUris fontUris, String subFontName, boolean embedded, EmbeddingMode embeddingMode, EncodingMode encodingMode, boolean useKerning, boolean useAdvanced, InternalResourceResolver resourceResolver, boolean simulateStyle, boolean embedAsType1, boolean useSVG) Loads a custom font from a URI. -
Uses of CustomFont in org.apache.fop.fonts.autodetect
Methods in org.apache.fop.fonts.autodetect with parameters of type CustomFontModifier and TypeMethodDescriptionprivate void
FontInfoFinder.generateTripletsFromFont
(CustomFont customFont, Collection<FontTriplet> triplets) Attempts to determine FontTriplets from a given CustomFont.private EmbedFontInfo
FontInfoFinder.getFontInfoFromCustomFont
(URI fontUri, CustomFont customFont, FontCache fontCache, InternalResourceResolver resourceResolver) Attempts to determine FontInfo from a given custom fontprivate String
FontInfoFinder.guessStyle
(CustomFont customFont, String fontName) -
Uses of CustomFont in org.apache.fop.pdf
Methods in org.apache.fop.pdf that return CustomFontModifier and TypeMethodDescriptionprivate CustomFont
PDFFactory.getCustomFont
(FontDescriptor desc) Methods in org.apache.fop.pdf with parameters of type CustomFontModifier and TypeMethodDescriptionprivate AbstractPDFStream
PDFFactory.getFontStream
(CustomFont font, byte[] fontBytes, boolean isCFF) Constructors in org.apache.fop.pdf with parameters of type CustomFont -
Uses of CustomFont in org.apache.fop.render.java2d
Constructors in org.apache.fop.render.java2d with parameters of type CustomFontModifierConstructorDescriptionCustomFontMetricsMapper
(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 CustomFontMethods in org.apache.fop.render.pcl.fonts with parameters of type CustomFontModifier and TypeMethodDescriptionprivate boolean
PCLSoftFontManager.isComposite
(CustomFont customFont, int unicode) PCLSoftFontManager.mapGlyphs
(Map<Integer, Integer> usedGlyphs, CustomFont font) void
PCLFontReader.setFont
(CustomFont mbFont) -
Uses of CustomFont in org.apache.fop.render.ps
Methods in org.apache.fop.render.ps with parameters of type CustomFontModifier and TypeMethodDescriptionprivate static void
PSFontUtils.buildCharStrings
(org.apache.xmlgraphics.ps.PSGenerator gen, boolean buildCharStrings, CMapSegment[] cmap, Set<String> glyphNames, CustomFont font) private static void
PSFontUtils.createType42DictionaryEntries
(org.apache.xmlgraphics.ps.PSGenerator gen, CustomFont font, CMapSegment[] cmap, TTFFile ttfFile) private static void
PSFontUtils.embedType1Font
(org.apache.xmlgraphics.ps.PSGenerator gen, CustomFont font, InputStream fontStream) private static List
<InputStream> PSFontUtils.getInputStreamOnFont
(org.apache.xmlgraphics.ps.PSGenerator gen, CustomFont font) private static boolean
PSFontUtils.isEmbeddable
(CustomFont font) private static void
PSFontUtils.writeFontBBox
(org.apache.xmlgraphics.ps.PSGenerator gen, CustomFont font)