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.fonts.autodetect A collection of classes that aid in the autodetection of installed system fonts.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 org.apache.fop.render.ps PostScript Renderer -
-
Uses of CustomFont in org.apache.fop.fonts
Subclasses of CustomFont in org.apache.fop.fonts Modifier and Type Class Description classCFFToType1FontclassCIDFontAbstract base class for CID fonts.classMultiByteFontGeneric MultiByte (CID) fontclassSingleByteFontGeneric SingleByte fontFields in org.apache.fop.fonts declared as CustomFont Modifier and Type Field Description protected CustomFontFontLoader. returnFontthe loaded fontprivate CustomFontXMLFontMetricsReader. returnFontDeprecated.Methods in org.apache.fop.fonts that return CustomFont Modifier and Type Method Description CustomFontFontLoader. getFont()Returns the custom font that was read using this instance of FontLoader.static CustomFontFontLoader. loadFont(FontUris fontUris, java.lang.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 CustomFont Modifier and Type Method Description private voidFontInfoFinder. generateTripletsFromFont(CustomFont customFont, java.util.Collection<FontTriplet> triplets)Attempts to determine FontTriplets from a given CustomFont.private EmbedFontInfoFontInfoFinder. getFontInfoFromCustomFont(java.net.URI fontUri, CustomFont customFont, FontCache fontCache, InternalResourceResolver resourceResolver)Attempts to determine FontInfo from a given custom fontprivate java.lang.StringFontInfoFinder. guessStyle(CustomFont customFont, java.lang.String fontName) -
Uses of CustomFont in org.apache.fop.pdf
Methods in org.apache.fop.pdf that return CustomFont Modifier and Type Method Description private CustomFontPDFFactory. getCustomFont(FontDescriptor desc)Methods in org.apache.fop.pdf with parameters of type CustomFont Modifier and Type Method Description private AbstractPDFStreamPDFFactory. getFontStream(CustomFont font, byte[] fontBytes, boolean isCFF)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 CustomFontPCLFontReader. fontMethods in org.apache.fop.render.pcl.fonts with parameters of type CustomFont Modifier and Type Method Description private booleanPCLSoftFontManager. isComposite(CustomFont customFont, int unicode)private java.util.List<java.util.Map<java.lang.Character,java.lang.Integer>>PCLSoftFontManager. mapGlyphs(java.util.Map<java.lang.Integer,java.lang.Integer> usedGlyphs, CustomFont font)voidPCLFontReader. setFont(CustomFont mbFont) -
Uses of CustomFont in org.apache.fop.render.ps
Methods in org.apache.fop.render.ps with parameters of type CustomFont Modifier and Type Method Description private static voidPSFontUtils. buildCharStrings(org.apache.xmlgraphics.ps.PSGenerator gen, boolean buildCharStrings, CMapSegment[] cmap, java.util.Set<java.lang.String> glyphNames, CustomFont font)private static voidPSFontUtils. createType42DictionaryEntries(org.apache.xmlgraphics.ps.PSGenerator gen, CustomFont font, CMapSegment[] cmap, TTFFile ttfFile)private static voidPSFontUtils. embedType1Font(org.apache.xmlgraphics.ps.PSGenerator gen, CustomFont font, java.io.InputStream fontStream)private static java.util.List<java.io.InputStream>PSFontUtils. getInputStreamOnFont(org.apache.xmlgraphics.ps.PSGenerator gen, CustomFont font)private static booleanPSFontUtils. isEmbeddable(CustomFont font)private static voidPSFontUtils. writeFontBBox(org.apache.xmlgraphics.ps.PSGenerator gen, CustomFont font)
-