]> source.dussan.org Git - xmlgraphics-fop.git/commit
Moved PFM classes to type1 subpackage.
authorJeremias Maerki <jeremias@apache.org>
Fri, 29 Nov 2002 08:40:54 +0000 (08:40 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 29 Nov 2002 08:40:54 +0000 (08:40 +0000)
commit10a21e34c0c892d8c688a0024fd289fc04124670
treea4632000a121a5e766841f0d6c7270b0ba8049ed
parentf7d45457fccc120ddb3ba92c8e367f7238fd3f80
Moved PFM classes to type1 subpackage.
Use of org.apache.fop.tools.IOUtil instead of rewriting the same functionality every time.
Added a parser and memory representation class for Adobe Type 1 PFB files (Full support for raw and PC format as described in the "Download Fonts" spec from Adobe).
Adjusted the PFMReader for the package move.
Added Avalon logging to the PFMReader (adds a dependency to avalon-framework.jar, I will document that)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195649 13f79535-47bb-0310-9956-ffa450edef68
src/org/apache/fop/fonts/FontFileReader.java
src/org/apache/fop/fonts/PFMFile.java [deleted file]
src/org/apache/fop/fonts/PFMInputStream.java [deleted file]
src/org/apache/fop/fonts/apps/PFMReader.java
src/org/apache/fop/fonts/type1/PFBData.java [new file with mode: 0644]
src/org/apache/fop/fonts/type1/PFBParser.java [new file with mode: 0644]
src/org/apache/fop/fonts/type1/PFMFile.java [new file with mode: 0644]
src/org/apache/fop/fonts/type1/PFMInputStream.java [new file with mode: 0644]
src/org/apache/fop/fonts/type1/package.html [new file with mode: 0644]