Skip to content

Commit e376c4c

Browse files
committed
finetune lower keh
1 parent 557b31e commit e376c4c

File tree

1 file changed

+3
-2
lines changed
  • packages/font-glyphs/src/letter/armenian

1 file changed

+3
-2
lines changed

packages/font-glyphs/src/letter/armenian/keh.ptl

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,16 @@ glyph-block Letter-Armenian-Keh : begin
3636
create-glyph 'armn/keh' 0x584 : glyph-proc
3737
local df : include : DivFrame 1
3838
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)
4041
include : OBarLeft.shape
4142
left -- df.leftSB
4243
right -- df.rightSB
4344
bot -- bot
4445
sw -- df.mvs
4546
fine -- (df.mvs * ShoulderFine / Stroke)
4647
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
4849
if SLAB : begin
4950
local sf : SerifFrame.fromDf df XH Descender
5051
include sf.lt.outer

0 commit comments

Comments
 (0)