increased stroke width of /pwlAngleRight and /pwlAngleLeft
This commit is contained in:
parent
b4b8a59f0d
commit
f494b57c00
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user