]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/mf-to-table.py
release: 1.4.1
[lilypond.git] / buildscripts / mf-to-table.py
index 8feec727d6e5a0ac84aec30db29aa3711ce38b6b..bb9c05919b505e274db243baa2494cba24e025a5 100755 (executable)
@@ -90,7 +90,7 @@ def write_afm_char_metric(file, charmetric):
 
        f = 1000;
        tup = (charmetric['code'],
-               charmetric['width'] + charmetric['breapth'],
+              (charmetric['width'] + charmetric['breapth'])*f,
                charmetric['name'],
                -charmetric['breapth'] *f,
                -charmetric['depth']*f,