]> source.dussan.org Git - xmlgraphics-fop.git/commit
Changed the error handling for AFP fonts such that errors are passed to the AFPEventP...
authorMehdi Houshmand <mehdi@apache.org>
Mon, 21 Nov 2011 16:35:41 +0000 (16:35 +0000)
committerMehdi Houshmand <mehdi@apache.org>
Mon, 21 Nov 2011 16:35:41 +0000 (16:35 +0000)
commitd955d844f87378114e860a7a2ab637a03dc35d7e
tree222283e96f66f7ba8f0759f908a2ead07eac0055
parent96f6f23137a6709d0752ce70f5861852c2211bfb
Changed the error handling for AFP fonts such that errors are passed to the AFPEventProducer.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1204579 13f79535-47bb-0310-9956-ffa450edef68
19 files changed:
src/java/org/apache/fop/afp/AFPEventProducer.java
src/java/org/apache/fop/afp/AFPEventProducer.xml
src/java/org/apache/fop/afp/fonts/AFPBase12FontCollection.java
src/java/org/apache/fop/afp/fonts/AFPFontCollection.java
src/java/org/apache/fop/afp/fonts/CharacterSet.java
src/java/org/apache/fop/afp/fonts/CharacterSetBuilder.java
src/java/org/apache/fop/afp/fonts/FopCharacterSet.java
src/java/org/apache/fop/render/afp/AFPRendererConfigurator.java
test/config/afp-codepage-missing.xconf [new file with mode: 0644]
test/config/afp-font-missing.xconf [new file with mode: 0644]
test/config/afp-invalid-characterset.xconf [new file with mode: 0644]
test/config/afp-invalid-config.xconf [new file with mode: 0644]
test/config/afp-invalid-file-name.xconf [new file with mode: 0644]
test/config/afp-raster-font-missing.xconf [new file with mode: 0644]
test/config/afp-triplet-missing.xconf [new file with mode: 0644]
test/java/org/apache/fop/afp/AFPEventProcessingTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/afp/simple.fo [new file with mode: 0644]
test/java/org/apache/fop/events/EventProcessingTestCase.java
test/java/org/apache/fop/fonts/FontEventProcessingTestCase.java