From b1018f6136f3f491f7b36d4e3b439f9e1152cb95 Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Wed, 16 Mar 2022 16:42:36 +0000 Subject: [PATCH] call _rename_glyphs_from_ufo --- Lib/ufo2ft/postProcessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/ufo2ft/postProcessor.py b/Lib/ufo2ft/postProcessor.py index 370f7a833..ea0c39c95 100644 --- a/Lib/ufo2ft/postProcessor.py +++ b/Lib/ufo2ft/postProcessor.py @@ -155,7 +155,7 @@ def process_glyph_names(self, useProductionNames=None): if useProductionNames: logger.info("Renaming glyphs to final production names") - self.rename_glyphs(self.otf, self._build_production_names()) + self._rename_glyphs_from_ufo() else: if "CFF " in self.otf: