aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2008-03-27 08:49:41 +0000
committerJeremias Maerki <jeremias@apache.org>2008-03-27 08:49:41 +0000
commita32194e7187ef54492d5918e624114b18e35ac5b (patch)
treefa255eae053efae39cdac1a24a4e2df1ffa61c30 /status.xml
parent40cdce2da150ea5b0061d0ed2250d30ce0e5584c (diff)
downloadxmlgraphics-fop-a32194e7187ef54492d5918e624114b18e35ac5b.tar.gz
xmlgraphics-fop-a32194e7187ef54492d5918e624114b18e35ac5b.zip
Added support for addressing all glyphs available in a Type 1 font, not just the ones in the font's primary encoding.
Typeface: getEncoding() changed to getEncodingName() to make clearer what is held here. Some cleanup in the font classes to put the various things in more appropriate places. Created a common base class for all Base 14 fonts (makes the hierarchy clearer). Made PDFTextUtil more universally useful and made use of it in PDFRenderer, too. Made PDFStream.add(String) more efficient. The encoding converter is not called for each invocation anymore as the whole thing get buffered by a BufferedWriter (as suggested by the javadoc of OutputStreamWriter). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@641742 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/status.xml b/status.xml
index 11b719678..9e9430de0 100644
--- a/status.xml
+++ b/status.xml
@@ -52,13 +52,17 @@
</contexts>
<changes>
- <!--release version="FOP Trunk" date="TBD"-->
+ <release version="FOP Trunk" date="TBD">
<!-- change reverted, to be added back later
<action context="Renderers" dev="AC" importance="high" type="add">
Added SVG support for AFP (GOCA).
</action>
-->
- <!--/release-->
+ <action context="Fonts" dev="JM" type="add">
+ Added support for addressing all glyphs available in a Type 1 font, not just the ones
+ in the font's primary encoding.
+ </action>
+ </release>
<release version="0.95beta" date="22 March 2008">
<notes>
<section>