* Fix placement of overlay in U+024F (#1522).

This commit is contained in:
be5invis 2023-01-11 22:21:43 -08:00
parent 4ca35bc13d
commit f22c0e2ee8
2 changed files with 2 additions and 0 deletions

View file

@ -4,4 +4,5 @@
* Fix serifs of Cyrillic Omega under Slab (#1514). * Fix serifs of Cyrillic Omega under Slab (#1514).
* Fix shape artifacts of Ka, Zhe with descender (#1518, #1521). * Fix shape artifacts of Ka, Zhe with descender (#1518, #1521).
* Fix shape artifacts of cursive `z` (#1519). * Fix shape artifacts of cursive `z` (#1519).
* Fix placement of overlay in U+024F (#1522).
* Fix serifs of capital Cyrillic U (#1523). * Fix serifs of capital Cyrillic U (#1523).

View file

@ -346,6 +346,7 @@ glyph-block Letter-Latin-Lower-Y : begin
foreach { suffix { hookShape slabKind } } [Object.entries CursiveConfig] : do foreach { suffix { hookShape slabKind } } [Object.entries CursiveConfig] : do
create-glyph "y.\(suffix)" : glyph-proc create-glyph "y.\(suffix)" : glyph-proc
include : MarkSet.p include : MarkSet.p
set-base-anchor 'overlay' Middle (XH / 2)
set-base-anchor 'yBelowDot' Middle Descender set-base-anchor 'yBelowDot' Middle Descender
include : Cursive.Arc XH 0 include : Cursive.Arc XH 0
include : hookShape XH Descender include : hookShape XH Descender