Fix variant assignment of CYRILLIC SMALL LETTER SHHA (U+04BB
) (#1500).
This commit is contained in:
parent
15947cb280
commit
4d1e2a90f3
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
* Fix variant assignment of
|
||||
- Italic CYRILLIC SMALL LETTER TE (`U+0442`) (#1498).
|
||||
- CYRILLIC SMALL LETTER ZHE WITH DESCENDER (`U+0497`) (#1499).
|
||||
- CYRILLIC SMALL LETTER SHHA (`U+04BB`) (#1500).
|
|
@ -2551,7 +2551,7 @@ selector."h/sansSerif" = "tailed"
|
|||
selector.hHookTop = "tailed"
|
||||
selector.hHookTopLTail = "straight"
|
||||
selector.heng = "straight"
|
||||
selector."cyrl/shha" = "straight"
|
||||
selector."cyrl/shha" = "tailed"
|
||||
|
||||
[prime.h.variants.straight-motion-serifed]
|
||||
rank = 3
|
||||
|
@ -2562,7 +2562,7 @@ selector."h/sansSerif" = "straight"
|
|||
selector.hHookTop = "straightMotionSerifed"
|
||||
selector.hHookTopLTail = "straightMotionSerifed"
|
||||
selector.heng = "straightTopLeftSerifed"
|
||||
selector."cyrl/shha" = "straightTopLeftSerifed"
|
||||
selector."cyrl/shha" = "straightMotionSerifed"
|
||||
|
||||
[prime.h.variants.tailed-motion-serifed]
|
||||
rank = 4
|
||||
|
@ -2573,7 +2573,7 @@ selector."h/sansSerif" = "tailed"
|
|||
selector.hHookTop = "tailedMotionSerifed"
|
||||
selector.heng = "straightTopLeftSerifed"
|
||||
selector.hengLTail = "straightTopLeftSerifed"
|
||||
selector."cyrl/shha" = "straightTopLeftSerifed"
|
||||
selector."cyrl/shha" = "tailedMotionSerifed"
|
||||
|
||||
[prime.h.variants.straight-top-left-serifed]
|
||||
rank = 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue