org.apache.fop.render.ps
public class PSFontUtils extends org.apache.xmlgraphics.ps.PSFontUtils
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log
logging instance
|
Constructor and Description |
---|
PSFontUtils() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map |
determineSuppliedFonts(org.apache.xmlgraphics.ps.dsc.ResourceTracker resTracker,
FontInfo fontInfo,
java.util.Map fonts)
Determines the set of fonts that will be supplied with the PS file and registers them
with the resource tracker.
|
static void |
embedFont(org.apache.xmlgraphics.ps.PSGenerator gen,
Typeface tf,
org.apache.xmlgraphics.ps.PSResource fontRes)
Embeds a font in the PostScript file.
|
static java.util.Map |
writeFontDict(org.apache.xmlgraphics.ps.PSGenerator gen,
FontInfo fontInfo)
Generates the PostScript code for the font dictionary.
|
static java.util.Map |
writeFontDict(org.apache.xmlgraphics.ps.PSGenerator gen,
FontInfo fontInfo,
java.util.Map fonts)
Generates the PostScript code for the font dictionary.
|
public static java.util.Map writeFontDict(org.apache.xmlgraphics.ps.PSGenerator gen, FontInfo fontInfo) throws java.io.IOException
gen
- PostScript generator to use for outputfontInfo
- available fontsjava.io.IOException
- in case of an I/O problempublic static java.util.Map writeFontDict(org.apache.xmlgraphics.ps.PSGenerator gen, FontInfo fontInfo, java.util.Map fonts) throws java.io.IOException
gen
- PostScript generator to use for outputfontInfo
- available fontsfonts
- the set of fonts to work withjava.io.IOException
- in case of an I/O problempublic static void embedFont(org.apache.xmlgraphics.ps.PSGenerator gen, Typeface tf, org.apache.xmlgraphics.ps.PSResource fontRes) throws java.io.IOException
gen
- the PostScript generatortf
- the fontfontRes
- the PSResource associated with the fontjava.io.IOException
- In case of an I/O errorpublic static java.util.Map determineSuppliedFonts(org.apache.xmlgraphics.ps.dsc.ResourceTracker resTracker, FontInfo fontInfo, java.util.Map fonts)
resTracker
- the resource trackerfontInfo
- available fontsfonts
- the set of fonts to work withCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.