|
xmlgraphics-commons 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlgraphics.ps.PSFontUtils
Utility code for font handling in PostScript.
Constructor Summary | |
PSFontUtils()
|
Method Summary | |
static void |
defineWinAnsiEncoding(PSGenerator gen)
Defines the WinAnsi encoding for use in PostScript files. |
static void |
embedType1Font(PSGenerator gen,
java.io.InputStream in)
This method reads a Type 1 font from a stream and embeds it into a PostScript stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PSFontUtils()
Method Detail |
public static void embedType1Font(PSGenerator gen, java.io.InputStream in) throws java.io.IOException
gen
- The PostScript generatorin
- the InputStream from which to read the Type 1 font
java.io.IOException
- in case an I/O problem occurspublic static void defineWinAnsiEncoding(PSGenerator gen) throws java.io.IOException
gen
- the PostScript generator
java.io.IOException
- In case of an I/O problem
|
xmlgraphics-commons 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |