File tree 1 file changed +3
-2
lines changed
packages/font-glyphs/src/letter/armenian
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,16 @@ glyph-block Letter-Armenian-Keh : begin
36
36
create-glyph 'armn/keh' 0x584 : glyph-proc
37
37
local df : include : DivFrame 1
38
38
include : df.markSet.p
39
- local bot : Math.max (0.125 * XH) (1 * df.mvs)
39
+ local ostroke : df.adviceStroke 3.75
40
+ local bot : Math.max (0.1 * XH) (1 * ostroke)
40
41
include : OBarLeft.shape
41
42
left -- df.leftSB
42
43
right -- df.rightSB
43
44
bot -- bot
44
45
sw -- df.mvs
45
46
fine -- (df.mvs * ShoulderFine / Stroke)
46
47
include : VBar.l df.leftSB Descender XH df.mvs
47
- include : HCrossBar (df.leftSB - jut) df.rightSB 0
48
+ include : HCrossBar (df.leftSB - jut) df.rightSB 0 ostroke
48
49
if SLAB : begin
49
50
local sf : SerifFrame.fromDf df XH Descender
50
51
include sf.lt.outer
You can’t perform that action at this time.
0 commit comments