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 PSFontResource
PSFontResource. createFontResource(org.apache.xmlgraphics.ps.PSResource fontResource)
(package private) static PSFontResource
PSFontResource. 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 PSFontResource
PSFontUtils. embedFont(org.apache.xmlgraphics.ps.PSGenerator gen, Typeface tf, PSEventProducer eventProducer)
PSFontResource
FontResourceCache. getFontResourceForFontKey(java.lang.String key)
Returns the PSFontResource for the given font key.protected PSFontResource
PSDocumentHandler. getPSResourceForFontKey(java.lang.String key)
Returns the PSResource for the given font key.private PSFontResource
PSTextPainter. getResourceForFont(Font f, java.lang.String postfix)
-