diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-05-16 11:44:57 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-05-16 11:44:57 +0000 |
commit | c6387bce297173696ccda421c41752c0f861a2fa (patch) | |
tree | 8e656f3b670870ca8dfd3b0d52eb220f6807c09f /status.xml | |
parent | c5f8b9642c009eb912a9543ae27a879c5e9a8b72 (diff) | |
download | xmlgraphics-fop-c6387bce297173696ccda421c41752c0f861a2fa.tar.gz xmlgraphics-fop-c6387bce297173696ccda421c41752c0f861a2fa.zip |
Improved baseline detection in TTFReader for TrueType fonts. Ascender and descender values were sometimes not in line with FOP's expectations.
Changed some log output from debug to trace level.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@406917 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 6eeebfe14..31e1c6883 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,9 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="fix"> + Bugfix: Improved baseline detection in TTFReader for TrueType fonts. + </action> <action context="Code" dev="JM" type="fix" fixes-bug="39443"> Bugfix: tables nested in inline elements caused a NullPointerException. </action> |