Skip to content

Commit

Permalink
Fix metrics of Cyrillic Yery (#2182).
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Jan 28, 2024
1 parent 08c255e commit 8182fb2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 11 additions & 11 deletions changes/28.0.7.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
* Make superscript/subscript/overscript Cyrillic characters obey localization forms of base letters (#2177).
* Add IPA localization forms for Greek Lower Beta (`β`) and Chi (`χ`).
* Add APLF variants for `U+25F0`, `U+25F3`, and `U+25F4`.
* Make Ezh follow variants of `Z`/`z` (#1957).
* Fix serif form for Cyrillic Lower Tall / Iotified Yat (#2178).
* Make top serifs of Cyrillic Lower Straight U (`ү`, `ұ`) and Latin Lower Gamma (`ɣ`) respond to italics.
* Fix leaning marks of Capital Turned/Half H (`U+2C75`, `U+2C76`, `U+A78D`, `U+A7F5`, `U+A7F6`).
* Fix leaning marks of Wynn (`U+01BF`, `U+01F7`).
* Fix leaning marks of Insular R (`U+A782`, `U+A783`).
* Fix leaning marks of Greek/Latin Beta (`U+03B2`, `U+A7B4`, `U+A7B5`).
* Fix leaning marks of Greek Lower San (`U+03FB`).
* Make superscript/subscript/overscript Cyrillic characters obey localization forms of base letters (#2177).
* Add IPA localization forms for Greek Lower Beta (`β`) and Chi (`χ`).
* Add APLF variants for `U+25F0`, `U+25F3`, and `U+25F4`.
* Make Ezh follow variants of `Z`/`z` (#1957).
* Fix serif form for Cyrillic Lower Tall / Iotified Yat (#2178).
* Make top serifs of Cyrillic Lower Straight U (`ү`, `ұ`) and Latin Lower Gamma (`ɣ`) respond to italics.
* Fix leaning marks of Capital Turned/Half H (`U+2C75`, `U+2C76`, `U+A78D`, `U+A7F5`, `U+A7F6`).
* Fix leaning marks of Wynn (`U+01BF`, `U+01F7`).
* Fix leaning marks of Insular R (`U+A782`, `U+A783`).
* Fix leaning marks of Greek/Latin Beta (`U+03B2`, `U+A7B4`, `U+A7B5`).
* Fix leaning marks of Greek Lower San (`U+03FB`).
1 change: 1 addition & 0 deletions changes/28.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix metrics of Cyrillic Yery (#2182).
8 changes: 4 additions & 4 deletions packages/font-glyphs/src/letter/cyrillic/yeri.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8182fb2

Please sign in to comment.