Uses of Class
org.apache.fop.fonts.FontCache.CachedFontFile
-
Packages that use FontCache.CachedFontFile Package Description org.apache.fop.fonts Classes for font handling. -
-
Uses of FontCache.CachedFontFile in org.apache.fop.fonts
Fields in org.apache.fop.fonts with type parameters of type FontCache.CachedFontFile Modifier and Type Field Description private java.util.Map<java.lang.String,FontCache.CachedFontFile>
FontCache. fontfileMap
master mapping of font url -> font info.Methods in org.apache.fop.fonts that return FontCache.CachedFontFile Modifier and Type Method Description FontCache.CachedFontFile
FontCache. getFontFile(java.lang.String embedUrl)
Returns a font from the cache.Methods in org.apache.fop.fonts that return types with arguments of type FontCache.CachedFontFile Modifier and Type Method Description private java.util.Map<java.lang.String,FontCache.CachedFontFile>
FontCache. getFontFileMap()
-