Uses of Class
org.apache.fop.render.ps.PSFontResource
-
Packages that use PSFontResource Package Description org.apache.fop.render.ps PostScript Renderer -
-
Uses of PSFontResource in org.apache.fop.render.ps
Methods in org.apache.fop.render.ps that return PSFontResource Modifier and Type Method Description (package private) static PSFontResourcePSFontResource. createFontResource(org.apache.xmlgraphics.ps.PSResource fontResource)(package private) static PSFontResourcePSFontResource. createFontResource(org.apache.xmlgraphics.ps.PSResource fontResource, org.apache.xmlgraphics.ps.PSResource procsetCIDInitResource, org.apache.xmlgraphics.ps.PSResource cmapResource, org.apache.xmlgraphics.ps.PSResource cidFontResource)private static PSFontResourcePSFontUtils. embedFont(org.apache.xmlgraphics.ps.PSGenerator gen, Typeface tf, PSEventProducer eventProducer)PSFontResourceFontResourceCache. getFontResourceForFontKey(java.lang.String key)Returns the PSFontResource for the given font key.protected PSFontResourcePSDocumentHandler. getPSResourceForFontKey(java.lang.String key)Returns the PSResource for the given font key.private PSFontResourcePSTextPainter. getResourceForFont(Font f, java.lang.String postfix)
-