diff options
author | Jeremias Maerki <jeremias@apache.org> | 2009-02-09 15:29:33 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2009-02-09 15:29:33 +0000 |
commit | 6ec55c961d72c3ac0950dd3a8189fd27c4965f25 (patch) | |
tree | cce128725716d943b264a73344e7ae6b2f6666a3 /status.xml | |
parent | 3ecd333bb52b085733120d58dcb412ff242b3919 (diff) | |
download | xmlgraphics-fop-6ec55c961d72c3ac0950dd3a8189fd27c4965f25.tar.gz xmlgraphics-fop-6ec55c961d72c3ac0950dd3a8189fd27c4965f25.zip |
Bugzilla #45342:
AFP Fonts: Fixed interpretation of metric for fonts with fixed metrics and made sure all repeating groups in FNP (Font Position) are processed.
Submitted by: Emil Maskovsky <styryx.at.seznam.cz>
Modifications to patch by jeremias:
- Style changes (tabs, variable names, javadocs)
- Fixed handling of spaces in URLs (as in IF branch)
- Modified the way the metrics are calculated (Emil's solution didn't produce the values required by FOP)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@742564 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml index f4d479c42..2e6e4eb11 100644 --- a/status.xml +++ b/status.xml @@ -58,6 +58,10 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <action context="Renderers" dev="JM" type="fix" fixes-bug="45342" due-to="Emil Maskovsky"> + AFP Fonts: Fixed interpretation of metric for fonts with fixed metrics and made sure + all repeating groups in FNP (Font Position) are processed. + </action> <action context="Renderers" dev="JM" type="add"> AFP Output: Added a configuration option to override the resource level defaults in the code. |