aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-04-12 07:55:17 +0000
committerJeremias Maerki <jeremias@apache.org>2006-04-12 07:55:17 +0000
commit027ffa3e6e558b7c446ce3b02c5fd9d663aec9ff (patch)
tree6238ac18ee0d24735092b5eda24b8fa89f4a7e03 /status.xml
parent112adcbbd38918874225593ce459fd99f4dae1b2 (diff)
downloadxmlgraphics-fop-027ffa3e6e558b7c446ce3b02c5fd9d663aec9ff.tar.gz
xmlgraphics-fop-027ffa3e6e558b7c446ce3b02c5fd9d663aec9ff.zip
Bugfix: Fixed a division by zero problem in TTFReader popping up with arialuni.ttf.
Improved the detection of the capHeight and xHeight font metric values for TrueType fonts. Fonts that contain a version 3.0 PostScript table don't contain unicode glyph names. Without an xHeight value, super- and subscript does not work in FOP. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@393410 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index fd6b4b0c4..cfd0bd359 100644
--- a/status.xml
+++ b/status.xml
@@ -28,6 +28,10 @@
<changes>
<release version="FOP Trunk">
<action context="Code" dev="JM" type="fix">
+ Bugfix: Fixed a division by zero problem in TTFReader and improved the detection
+ of the capHeight and xHeight font metric values for TrueType fonts.
+ </action>
+ <action context="Code" dev="JM" type="fix">
Bugfix: Allow URLs in basic-link's external-destination to be wrapped in "url()".
</action>
<action context="Code" dev="MM" type="fix">