It's now an integer approximation to the original 20° 100×50 rectangle
that I first used.
ttfweight = 500
def __init__(self, fontname):
chisel = fontforge.contour()
- chisel.moveTo(-50, 0)
- chisel.lineTo(28, 45)
- chisel.lineTo(50, 0)
- chisel.lineTo(-28, -45)
+ chisel.moveTo(-56, 7)
+ chisel.lineTo(39, 41)
+ chisel.lineTo(56, -7)
+ chisel.lineTo(-39, -41)
chisel.closed = True
self.nib = ['polygonal', chisel]
- self.nibwidth = 100
- self.nibheight = 90
+ self.nibwidth = 112
+ self.nibheight = 82
super(Chiseltip, self).__init__(fontname)
modes = {