From f494b57c00ae84cb7c1dbc12e5f93880ae40ad15 Mon Sep 17 00:00:00 2001 From: be5invis Date: Thu, 30 Jul 2015 19:42:09 +0800 Subject: [PATCH] increased stroke width of /pwlAngleRight and /pwlAngleLeft --- glyphs/symbol-geometric.patel | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glyphs/symbol-geometric.patel b/glyphs/symbol-geometric.patel index 199e23e..829d429 100644 --- a/glyphs/symbol-geometric.patel +++ b/glyphs/symbol-geometric.patel @@ -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 }