Fix metrics of Cyrillic Yery (#2182).

This commit is contained in:
be5invis 2024-01-27 17:00:08 -08:00
parent 08c255e00d
commit 8182fb2280
4 changed files with 17 additions and 15 deletions

View file

@ -18,6 +18,7 @@ block_comment_end = */
indent_style = space
indent_size = 2
trim_trailing_whitespace = false
insert_final_newline = true
# The indent size used in the `package.json` file cannot be changed
# https://github.com/npm/npm/pull/3180#issuecomment-16336516

1
changes/28.1.0.md Normal file
View file

@ -0,0 +1 @@
* Fix metrics of Cyrillic Yery (#2182).

View file

@ -312,19 +312,19 @@ glyph-block Letter-Cyrillic-Yeri : begin
foreach { suffix { Uc Lc fTail } } [Object.entries YeryConfig] : do
create-glyph "cyrl/Yery.\(suffix)" : glyph-proc
local df : include : DivFrame [mix 1 para.diversityM 1.5] 3
local df : include : DivFrame para.diversityM 3
include : df.markSet.capital
include : CyrYeryShape Uc df CAP false fTail
create-glyph "cyrl/yery.\(suffix)" : glyph-proc
local df : include : DivFrame [mix 1 para.diversityM 1.5] 3
local df : include : DivFrame para.diversityM 3
include : df.markSet.e
include : CyrYeryShape Lc df XH false fTail
create-glyph "cyrl/YeryBack.\(suffix)" : glyph-proc
local df : include : DivFrame [mix 1 para.diversityM 1.5] 3
local df : include : DivFrame para.diversityM 3
include : df.markSet.capital
include : CyrYeryShape Uc df CAP true fTail
create-glyph "cyrl/yeryBack.\(suffix)" : glyph-proc
local df : include : DivFrame [mix 1 para.diversityM 1.5] 3
local df : include : DivFrame para.diversityM 3
include : df.markSet.e
include : CyrYeryShape Lc df XH true fTail