]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugzilla #52197: Improved support for AdobeStandardEncoding encoded AFM files for...
authorMehdi Houshmand <mehdi@apache.org>
Mon, 21 Nov 2011 13:33:00 +0000 (13:33 +0000)
committerMehdi Houshmand <mehdi@apache.org>
Mon, 21 Nov 2011 13:33:00 +0000 (13:33 +0000)
commit96f6f23137a6709d0752ce70f5861852c2211bfb
treec395dae85f3d3ae5283c31ec120216c788a23d13
parent69e5c269a31bf7add2c66892d30b9a5eb1fa87a8
Bugzilla #52197: Improved support for AdobeStandardEncoding encoded AFM files for type1 fonts

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1204488 13f79535-47bb-0310-9956-ffa450edef68
45 files changed:
build.xml
src/java/org/apache/fop/fonts/type1/AFMParser.java
src/java/org/apache/fop/fonts/type1/AdobeStandardEncoding.java [new file with mode: 0644]
src/java/org/apache/fop/fonts/type1/CharMetricsHandler.java [new file with mode: 0644]
src/java/org/apache/fop/fonts/type1/Type1FontLoader.java
status.xml
test/config/test_font_embedurl_bad.xconf
test/config/test_font_embedurl_malformed.xconf
test/config/test_font_metricsurl_bad.xconf
test/config/test_font_metricsurl_malformed.xconf
test/config/test_font_tripletattribute_missing.xconf
test/config/test_fontbase_bad.xconf
test/config/test_fonts_substitution.xconf
test/events/font.fo
test/java/org/apache/fop/StandardTestSuite.java
test/java/org/apache/fop/config/FontsDirectoryBadTestCase.java [deleted file]
test/java/org/apache/fop/events/EventProcessingTestCase.java
test/java/org/apache/fop/fonts/DejaVuLGCSerifTestCase.java
test/java/org/apache/fop/fonts/FontEventProcessingTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/fonts/substituted-font.fo [new file with mode: 0644]
test/java/org/apache/fop/fonts/truetype/GlyfTableTestCase.java
test/java/org/apache/fop/fonts/truetype/TTFFontLoaderTestCase.java
test/java/org/apache/fop/fonts/type1/AFMParserTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/fonts/type1/AdobeStandardEncoding.txt [new file with mode: 0644]
test/java/org/apache/fop/fonts/type1/AdobeStandardEncodingTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/fonts/type1/CharMetricsHandlerTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/fonts/type1/adobe-charset_adobe-encoding.afm [new file with mode: 0644]
test/java/org/apache/fop/fonts/type1/adobe-charset_unknown-encoding.afm [new file with mode: 0644]
test/java/org/apache/fop/fonts/type1/notadobe-charset_adobe-encoding.afm [new file with mode: 0644]
test/java/org/apache/fop/fonts/type1/notadobe-charset_unknown-encoding.afm [new file with mode: 0644]
test/resources/fonts/DejaVuLGCSerif.LICENSE [deleted file]
test/resources/fonts/DejaVuLGCSerif.ttf [deleted file]
test/resources/fonts/glb12.README.txt [deleted file]
test/resources/fonts/glb12.ttf [deleted file]
test/resources/fonts/glb12.ttf.ansi.xml [deleted file]
test/resources/fonts/glb12.ttf.xml [deleted file]
test/resources/fonts/ttf/DejaVuLGCSerif.LICENSE [new file with mode: 0644]
test/resources/fonts/ttf/DejaVuLGCSerif.ttf [new file with mode: 0644]
test/resources/fonts/ttf/glb12.README.txt [new file with mode: 0644]
test/resources/fonts/ttf/glb12.ttf [new file with mode: 0644]
test/resources/fonts/ttf/glb12.ttf.ansi.xml [new file with mode: 0644]
test/resources/fonts/ttf/glb12.ttf.xml [new file with mode: 0644]
test/test-no-xml-metrics.xconf
test/test.xconf
test/xml/pdf-encoding/pdf-encoding-test.xconf