Skip to content

Commit 8182fb2

Browse files
committed
Fix metrics of Cyrillic Yery (be5invis#2182).
1 parent 08c255e commit 8182fb2

File tree

4 files changed

+17
-15
lines changed

4 files changed

+17
-15
lines changed

.editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ block_comment_end = */
1818
indent_style = space
1919
indent_size = 2
2020
trim_trailing_whitespace = false
21+
insert_final_newline = true
2122

2223
# The indent size used in the `package.json` file cannot be changed
2324
# https://github.com/npm/npm/pull/3180#issuecomment-16336516

changes/28.0.7.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
* Make superscript/subscript/overscript Cyrillic characters obey localization forms of base letters (#2177).
2-
* Add IPA localization forms for Greek Lower Beta (`β`) and Chi (`χ`).
3-
* Add APLF variants for `U+25F0`, `U+25F3`, and `U+25F4`.
4-
* Make Ezh follow variants of `Z`/`z` (#1957).
5-
* Fix serif form for Cyrillic Lower Tall / Iotified Yat (#2178).
6-
* Make top serifs of Cyrillic Lower Straight U (`ү`, `ұ`) and Latin Lower Gamma (`ɣ`) respond to italics.
7-
* Fix leaning marks of Capital Turned/Half H (`U+2C75`, `U+2C76`, `U+A78D`, `U+A7F5`, `U+A7F6`).
8-
* Fix leaning marks of Wynn (`U+01BF`, `U+01F7`).
9-
* Fix leaning marks of Insular R (`U+A782`, `U+A783`).
10-
* Fix leaning marks of Greek/Latin Beta (`U+03B2`, `U+A7B4`, `U+A7B5`).
11-
* Fix leaning marks of Greek Lower San (`U+03FB`).
1+
* Make superscript/subscript/overscript Cyrillic characters obey localization forms of base letters (#2177).
2+
* Add IPA localization forms for Greek Lower Beta (`β`) and Chi (`χ`).
3+
* Add APLF variants for `U+25F0`, `U+25F3`, and `U+25F4`.
4+
* Make Ezh follow variants of `Z`/`z` (#1957).
5+
* Fix serif form for Cyrillic Lower Tall / Iotified Yat (#2178).
6+
* Make top serifs of Cyrillic Lower Straight U (`ү`, `ұ`) and Latin Lower Gamma (`ɣ`) respond to italics.
7+
* Fix leaning marks of Capital Turned/Half H (`U+2C75`, `U+2C76`, `U+A78D`, `U+A7F5`, `U+A7F6`).
8+
* Fix leaning marks of Wynn (`U+01BF`, `U+01F7`).
9+
* Fix leaning marks of Insular R (`U+A782`, `U+A783`).
10+
* Fix leaning marks of Greek/Latin Beta (`U+03B2`, `U+A7B4`, `U+A7B5`).
11+
* Fix leaning marks of Greek Lower San (`U+03FB`).

changes/28.1.0.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* Fix metrics of Cyrillic Yery (#2182).

packages/font-glyphs/src/letter/cyrillic/yeri.ptl

+4-4
Original file line numberDiff line numberDiff line change
@@ -312,19 +312,19 @@ glyph-block Letter-Cyrillic-Yeri : begin
312312

313313
foreach { suffix { Uc Lc fTail } } [Object.entries YeryConfig] : do
314314
create-glyph "cyrl/Yery.\(suffix)" : glyph-proc
315-
local df : include : DivFrame [mix 1 para.diversityM 1.5] 3
315+
local df : include : DivFrame para.diversityM 3
316316
include : df.markSet.capital
317317
include : CyrYeryShape Uc df CAP false fTail
318318
create-glyph "cyrl/yery.\(suffix)" : glyph-proc
319-
local df : include : DivFrame [mix 1 para.diversityM 1.5] 3
319+
local df : include : DivFrame para.diversityM 3
320320
include : df.markSet.e
321321
include : CyrYeryShape Lc df XH false fTail
322322
create-glyph "cyrl/YeryBack.\(suffix)" : glyph-proc
323-
local df : include : DivFrame [mix 1 para.diversityM 1.5] 3
323+
local df : include : DivFrame para.diversityM 3
324324
include : df.markSet.capital
325325
include : CyrYeryShape Uc df CAP true fTail
326326
create-glyph "cyrl/yeryBack.\(suffix)" : glyph-proc
327-
local df : include : DivFrame [mix 1 para.diversityM 1.5] 3
327+
local df : include : DivFrame para.diversityM 3
328328
include : df.markSet.e
329329
include : CyrYeryShape Lc df XH true fTail
330330

0 commit comments

Comments
 (0)