]> source.dussan.org Git - xmlgraphics-fop.git/commit
Changed the way AFP PTOCA TransparentData control sequences are written so that they...
authorMehdi Houshmand <mehdi@apache.org>
Fri, 11 May 2012 13:14:17 +0000 (13:14 +0000)
committerMehdi Houshmand <mehdi@apache.org>
Fri, 11 May 2012 13:14:17 +0000 (13:14 +0000)
commitc46fafb223e69046ffba3dd8c46314058f8091f2
tree42eb7c74e5aed47a1d02d752fc260130adc25195
parent1c9c25bd5bef114bdc176ee8554fe0cd34183be2
Changed the way AFP PTOCA TransparentData control sequences are written so that they end on character byte boundaries

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1337142 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/afp/fonts/CharactersetEncoder.java
src/java/org/apache/fop/afp/modca/AxisOrientation.java [new file with mode: 0644]
src/java/org/apache/fop/afp/modca/IncludeObject.java
src/java/org/apache/fop/afp/modca/Rotation.java [new file with mode: 0644]
src/java/org/apache/fop/afp/ptoca/PtocaBuilder.java
src/java/org/apache/fop/afp/ptoca/PtocaConstants.java
src/java/org/apache/fop/afp/ptoca/TransparentDataControlSequence.java [new file with mode: 0644]
test/java/org/apache/fop/afp/ptoca/TransparentDataControlSequenceTestCase.java [new file with mode: 0644]