Make bowl height of Cyrillic Yat and Tall Yat (U+0463
, U+1C67
) consistent (#1945).
This commit is contained in:
parent
030f77592c
commit
c7b343564d
2 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
|||
* Make bowl height of Cyrillic Yat and Tall Yat (`U+0463`, `U+1C67`) consistent (#1945).
|
||||
* Fix variant selection for `cv59` and `vxAB` under `ss05` and `ss08`.
|
||||
* Fix variant selection for `cv26`, `cv34`, `cv37`, `cv59`, `cv61`, `cv62`, `vxAA`, `vxAB`, `cv81`, and `vsAL` under `ss13`.
|
||||
|
|
|
@ -56,7 +56,7 @@ glyph-block Letter-Cyrillic-Yat : begin
|
|||
set-width df.width
|
||||
include : df.markSet.b
|
||||
include : YatShape df Ascender
|
||||
pBar -- 0.375
|
||||
pBar -- (0.55 * XH / Ascender)
|
||||
fLowerCase -- true
|
||||
|
||||
# Italic form unknwon, so we just use the upright form
|
||||
|
@ -70,7 +70,7 @@ glyph-block Letter-Cyrillic-Yat : begin
|
|||
include : df.markSet.b
|
||||
include : ExtendAboveBaseAnchors (Ascender + 0.5 * AccentStackOffset)
|
||||
include : YatShape df (Ascender + 0.5 * AccentStackOffset)
|
||||
pBar -- 0.375
|
||||
pBar -- (0.55 * XH / (Ascender + 0.5 * AccentStackOffset))
|
||||
fLowerCase -- true
|
||||
yCrossbarOverride -- Ascender
|
||||
YeriShape -- Yeri
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue