increased stroke width of /pwlAngleRight and /pwlAngleLeft

This commit is contained in:
be5invis 2015-07-30 19:42:09 +08:00
parent b4b8a59f0d
commit f494b57c00

View File

@ -29,9 +29,10 @@ create-glyph 'pwlTriangleRight' : glyph-construction {
}
create-glyph 'pwlAngleRight' : glyph-construction {
assign-unicode 0xE0B1
local fine : adviceBlackness 4
include : create-stroke
:.start-from 0 font.hhea.ascent
:.set-width [HALFSTROKE * 0.5] [HALFSTROKE * 0.5]
:.set-width [fine / 2] [fine / 2]
:.line-to WIDTH [mix font.hhea.ascent font.hhea.descent 0.5]
:.line-to 0 font.hhea.descent
}