Uses of Class
org.apache.fop.fonts.EmbedFontInfo
-
Packages that use EmbedFontInfo 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.render Generic renderer interface.org.apache.fop.render.bitmap Bitmap Renderer which creates TIFF and PNG images from rendered pages.org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances.org.apache.fop.render.pcl PCL Renderer (Supports PCL5 and HP GL/2) -
-
Uses of EmbedFontInfo in org.apache.fop.fonts
Fields in org.apache.fop.fonts with type parameters of type EmbedFontInfo Modifier and Type Field Description private java.util.List<EmbedFontInfo>CustomFontCollection. embedFontInfoListprivate java.util.Map<java.lang.String,EmbedFontInfo>FontCache.CachedFontFile. filefontsMapMethods in org.apache.fop.fonts that return EmbedFontInfo Modifier and Type Method Description EmbedFontInfo[]FontCache.CachedFontFile. getEmbedFontInfos()private EmbedFontInfoDefaultFontConfigurator. getFontInfo(DefaultFontConfig.Font font, FontCache fontCache)EmbedFontInfo[]FontCache. getFontInfos(java.lang.String embedUrl, long lastModified)Returns the EmbedFontInfo instances belonging to a font file.Methods in org.apache.fop.fonts that return types with arguments of type EmbedFontInfo Modifier and Type Method Description java.util.List<EmbedFontInfo>DefaultFontConfigurator. configure(FontConfig fontInfoConfig)Initializes font info settings from the user configurationprivate java.util.Map<java.lang.String,EmbedFontInfo>FontCache.CachedFontFile. getFileFontsMap()Methods in org.apache.fop.fonts with parameters of type EmbedFontInfo Modifier and Type Method Description voidFontCache. addFont(EmbedFontInfo fontInfo, InternalResourceResolver resourceResolver)Adds a font info to cachebooleanFontCache.CachedFontFile. containsFont(EmbedFontInfo efi)booleanFontCache. containsFont(EmbedFontInfo fontInfo)is this font info in the cache?protected static java.lang.StringFontCache. getCacheKey(EmbedFontInfo fontInfo)creates a key given a font info for the font mapping(package private) voidFontCache.CachedFontFile. put(EmbedFontInfo efi)Method parameters in org.apache.fop.fonts with type arguments of type EmbedFontInfo Modifier and Type Method Description private static voidFontSetup. addConfiguredFonts(FontInfo fontInfo, java.util.List<EmbedFontInfo> embedFontInfoList, int num, InternalResourceResolver resourceResolver, boolean base14Kerning)Add fonts from configuration file starting with internal name F. private voidDefaultFontConfigurator. addDirectories(DefaultFontConfig fontInfoConfig, FontAdder fontAdder, java.util.List<EmbedFontInfo> fontInfoList)private voidDefaultFontConfigurator. addFonts(DefaultFontConfig fontInfoConfig, FontCache fontCache, java.util.List<EmbedFontInfo> fontInfoList)voidFontManager. autoDetectFonts(boolean autoDetectFonts, FontAdder fontAdder, boolean strict, FontEventListener listener, java.util.List<EmbedFontInfo> fontInfoList)Detect fonts from the operating system via FOPs autodetect mechanism.voidFontDetector. detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)voidFontDetectorFactory.DefaultFontDetector. detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)Detect installed fonts on the systemvoidFontDetectorFactory.DisabledFontDetector. detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)voidFontManager. updateReferencedFonts(java.util.List<EmbedFontInfo> fontInfoList)Updates the referenced font list using the FontManager's referenced fonts matcher (FontManager.getReferencedFontsMatcher()).voidFontManager. updateReferencedFonts(java.util.List<EmbedFontInfo> fontInfoList, FontTriplet.Matcher matcher)Updates the referenced font list.Constructors in org.apache.fop.fonts with parameters of type EmbedFontInfo Constructor Description LazyFont(EmbedFontInfo fontInfo, InternalResourceResolver resourceResolver, boolean useComplexScripts)Main constructorConstructor parameters in org.apache.fop.fonts with type arguments of type EmbedFontInfo Constructor Description CustomFontCollection(InternalResourceResolver fontResolver, java.util.List<EmbedFontInfo> customFonts, boolean useComplexScriptFeatures)Main constructor. -
Uses of EmbedFontInfo in org.apache.fop.fonts.autodetect
Methods in org.apache.fop.fonts.autodetect that return EmbedFontInfo Modifier and Type Method Description EmbedFontInfo[]FontInfoFinder. find(java.net.URI fontURI, InternalResourceResolver resourceResolver, FontCache fontCache)Attempts to determine EmbedFontInfo from a given font file.private EmbedFontInfoFontInfoFinder. getFontInfoFromCustomFont(java.net.URI fontUri, CustomFont customFont, FontCache fontCache, InternalResourceResolver resourceResolver)Attempts to determine FontInfo from a given custom font -
Uses of EmbedFontInfo in org.apache.fop.render
Fields in org.apache.fop.render with type parameters of type EmbedFontInfo Modifier and Type Field Description protected java.util.List<EmbedFontInfo>PrintRenderer. embedFontInfoListlist of fontsprivate FontConfigurator<EmbedFontInfo>PrintRendererConfigurator. fontInfoConfiguratorMethods in org.apache.fop.render that return types with arguments of type EmbedFontInfo Modifier and Type Method Description private java.util.List<EmbedFontInfo>PrintRendererConfigurator. buildFontList(java.lang.String mimeType)java.util.List<EmbedFontInfo>PrintRenderer. getFontList()Method parameters in org.apache.fop.render with type arguments of type EmbedFontInfo Modifier and Type Method Description voidPrintRenderer. addFontList(java.util.List<EmbedFontInfo> fontList)Adds a font list to current list of fontsprotected FontCollectionPrintRendererConfigurator. createCollectionFromFontList(InternalResourceResolver resolver, java.util.List<EmbedFontInfo> fontList)Creates the font collection given a list of embedded font infomation.voidPrintRenderer. setFontList(java.util.List<EmbedFontInfo> embedFontInfoList)Constructor parameters in org.apache.fop.render with type arguments of type EmbedFontInfo Constructor Description PrintRendererConfigurator(FOUserAgent userAgent, RendererConfig.RendererConfigParser rendererConfigParser, FontConfigurator<EmbedFontInfo> fontInfoConfigurator)Default constructor -
Uses of EmbedFontInfo in org.apache.fop.render.bitmap
Method parameters in org.apache.fop.render.bitmap with type arguments of type EmbedFontInfo Modifier and Type Method Description protected FontCollectionBitmapRendererConfigurator. createCollectionFromFontList(InternalResourceResolver resourceResolver, java.util.List<EmbedFontInfo> fontList) -
Uses of EmbedFontInfo in org.apache.fop.render.java2d
Fields in org.apache.fop.render.java2d with type parameters of type EmbedFontInfo Modifier and Type Field Description private java.util.List<EmbedFontInfo>ConfiguredFontCollection. embedFontInfoListConstructor parameters in org.apache.fop.render.java2d with type arguments of type EmbedFontInfo Constructor Description ConfiguredFontCollection(InternalResourceResolver resourceResolver, java.util.List<EmbedFontInfo> customFonts, boolean useComplexScriptFeatures)Main constructor -
Uses of EmbedFontInfo in org.apache.fop.render.pcl
Method parameters in org.apache.fop.render.pcl with type arguments of type EmbedFontInfo Modifier and Type Method Description protected FontCollectionPCLRendererConfigurator. createCollectionFromFontList(InternalResourceResolver resourceResolver, java.util.List<EmbedFontInfo> fontList)
-