aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-03-01 17:26:21 +0000
committerJeremias Maerki <jeremias@apache.org>2006-03-01 17:26:21 +0000
commit22b172ad42e68f3a3299476c0295fe9d14109573 (patch)
treebbfd119c6828cff17d25343b229c930de203b46e /status.xml
parent71feb28615c886b70ad088f160204c12dcaca22f (diff)
downloadxmlgraphics-fop-22b172ad42e68f3a3299476c0295fe9d14109573.tar.gz
xmlgraphics-fop-22b172ad42e68f3a3299476c0295fe9d14109573.zip
Bugfix: Fixed a problem with certain TrueType fonts which are missing the "PCLT" table, where a baseline-shift="sub" had no effect due to a missing x-height value.
(Note: This only affects TTFReader, so the font metric file has to be regenerated.) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@382089 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index a6e2573f0..0596f50c5 100644
--- a/status.xml
+++ b/status.xml
@@ -28,6 +28,11 @@
<changes>
<release version="FOP Trunk">
<action context="Code" dev="JM" type="fix">
+ Bugfix: Fixed a problem with certain TrueType fonts which are missing the "PCLT"
+ table, where a baseline-shift="sub" had no effect due to a missing x-height value.
+ (Note: This only affects TTFReader, so the font metric file has to be regenerated.)
+ </action>
+ <action context="Code" dev="JM" type="fix">
Bugfix: When the base URL was specified as a file system path, the constructed
URL was wrong.
</action>