summaryrefslogtreecommitdiff
path: root/scripts/lib/fontbuild/Build.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/fontbuild/Build.py')
-rw-r--r--scripts/lib/fontbuild/Build.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/lib/fontbuild/Build.py b/scripts/lib/fontbuild/Build.py
index fda97b9..b8943f7 100644
--- a/scripts/lib/fontbuild/Build.py
+++ b/scripts/lib/fontbuild/Build.py
@@ -131,17 +131,11 @@ class FontProject:
# print g.name
# if self.thinfont != None:
# narrowFLGlyph(g,self.thinfont.getGlyph(g.name),factor=narrowAmmount)
-
- if g.name != "eight" or g.name != "Q":
- removeGlyphOverlap(g)
-
- # not sure why FontLab sometimes refuses, seems to work if called twice
if g.name in self.lessItalic:
italicizeGlyph(f, g, 9, stemWidth=stemWidth)
elif g.name != ".notdef":
italicizeGlyph(f, g, 10, stemWidth=stemWidth)
- removeGlyphOverlap(g)
if g.width != 0:
g.width += 10