aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2008-02-19 13:08:39 +0000
committerJeremias Maerki <jeremias@apache.org>2008-02-19 13:08:39 +0000
commitff6ac460f195633039ec5697519a1fa1228a038a (patch)
treefc864a27368217480320525974ed1e44d0049f11 /status.xml
parent8291833b461bfe86052573a4a091dd0a5a9db6ca (diff)
downloadxmlgraphics-fop-ff6ac460f195633039ec5697519a1fa1228a038a.tar.gz
xmlgraphics-fop-ff6ac460f195633039ec5697519a1fa1228a038a.zip
Bugzilla #44451:
The patch fixes two problems: - If distinct fonts declare the same font family name, the resulting font mapping is currently arbitrary; now, a name-similarity heuristic is used to prioritize the font mappings. - "Medium" and "demi" fonts are now recognized as "bold", solving several real-world problems (although this solution may be an oversimplification). Submitted by: Justus Piater <justus-bulk.at.piater.name> Patch modified by jeremias: - Style fixes (tab chars) - Refined font weight identification: medium -> 500, semi/demi -> 600 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@629093 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 d6693d2cd..6236a7c56 100644
--- a/status.xml
+++ b/status.xml
@@ -28,6 +28,10 @@
<changes>
<release version="FOP Trunk">
+ <action context="Fonts" dev="JM" type="fix" fixed-bug="44451" due-to="Justus Piater">
+ Improved the font auto-detection so fonts accessed using the font-family name are
+ selected with higher accuracy.
+ </action>
<action context="API" dev="JM" type="remove">
Removed deprecated methods in the "apps" package that were left-overs from the API
discussions.