git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@196515
13f79535-47bb-0310-9956-
ffa450edef68
==============================================================================
Done since 0.20.4 release
+- Fix for bug: Wrong length value for embedded Type1 font stream (JM)
- Fix for bug #20506 (grayscale images in PS renderer) (JM)
Submitted by: Zhong(George) Yi <yidaomao@yahoo.com>
- Fix for bad font encodings in the PS renderer (Fonts get reencoded as
int length = 0;
String filterEntry = applyFilters();
String preData = this.number + " " + this.generation
- + " obj\n<< /Length " + pfb.getLength() + " "
+ + " obj\n<< /Length " + getDataLength() + " "
+ filterEntry
+ " /Length1 " + pfb.getLength1()
+ " /Length2 " + pfb.getLength2()