diff --git a/font-patcher b/font-patcher index fcb55c8de1..19c5eefb04 100755 --- a/font-patcher +++ b/font-patcher @@ -1055,6 +1055,7 @@ class font_patcher: self.sourceFont.selection.select(currentSourceFontGlyph) self.sourceFont.paste() self.sourceFont[currentSourceFontGlyph].glyphname = sym_glyph.glyphname + self.sourceFont[currentSourceFontGlyph].manualHints = True # No autohints for symbols # Prepare symbol glyph dimensions sym_dim = get_glyph_dimensions(self.sourceFont[currentSourceFontGlyph])