diff options
author | Keiron Liddle <keiron@apache.org> | 2000-11-27 05:32:40 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2000-11-27 05:32:40 +0000 |
commit | 5132ed87bffaa2ca6f8be3c4cf875e16b9cf6436 (patch) | |
tree | 0b00b52cb774c3aa9d69d0816b14b7b01eb319b9 /src/codegen/Symbol.xml | |
parent | 15d11f67292e6e9cc633278516a61982949f587c (diff) | |
download | xmlgraphics-fop-5132ed87bffaa2ca6f8be3c4cf875e16b9cf6436.tar.gz xmlgraphics-fop-5132ed87bffaa2ca6f8be3c4cf875e16b9cf6436.zip |
hanged the width of the "-" character
this now shows the correct width of the characters as determined by right-align ing
Lines containing "-" should be right aligned correctly now
Code changes sponsored by Dresdner Bank, Germany.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193840 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/codegen/Symbol.xml')
-rw-r--r-- | src/codegen/Symbol.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/codegen/Symbol.xml b/src/codegen/Symbol.xml index cfd3f2061..8dcb507ef 100644 --- a/src/codegen/Symbol.xml +++ b/src/codegen/Symbol.xml @@ -86,6 +86,7 @@ <char name="phi1" width="603"/> <char name="kappa" width="549"/> <char name="lambda" width="549"/> + <char name="m" width="576"/> <char name="mu" width="576"/> <char name="nu" width="521"/> <char name="omicron" width="549"/> @@ -199,4 +200,4 @@ <char name="bracerightbt" width="494"/> <char name="apple" width="790"/> </widths> -</font-metrics>
\ No newline at end of file +</font-metrics> |