From: Werner Lemberg Date: Sat, 26 Jan 2008 02:51:08 +0000 (+0100) Subject: Make fonts created with mf2pt1 have the right /FontName. X-Git-Tag: release/2.11.38-1~19 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6729ca0c2990b4256bd3de7ae363bdaeb851ed41;p=lilypond.git Make fonts created with mf2pt1 have the right /FontName. --- diff --git a/stepmake/stepmake/metafont-vars.make b/stepmake/stepmake/metafont-vars.make index 25589e1f4d..f8ccc468ae 100644 --- a/stepmake/stepmake/metafont-vars.make +++ b/stepmake/stepmake/metafont-vars.make @@ -7,7 +7,7 @@ MF_LOG_FILES = $(addprefix $(outdir)/, $(FONT_FILES:.mf=.log)) DVI_FILES += $(MF_DVI_FILES) TFM_FILES += $(MF_TFM_FILES) -MF2PT1_OPTIONS=--rounding=0.0001 - - - +MF2PT1_OPTIONS=--rounding=0.0001 \ + --family=$(<:%.mf=%) \ + --fullname=$(<:%.mf=%) \ + --name=$(<:%.mf=%)