Fix cv76
's application on CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE (U+04B9
) (#1942).
This commit is contained in:
parent
46db4b9d5f
commit
4e84f47640
2 changed files with 7 additions and 9 deletions
|
@ -1,2 +1,3 @@
|
||||||
* Fix leaning marks of LATIN SMALL LETTER T WITH CEDILLA (`U+0163`) (#1914).
|
* Fix leaning marks of LATIN SMALL LETTER T WITH CEDILLA (`U+0163`) (#1914).
|
||||||
* Fix the dimensions of wide geometric shapes in quasi-proportional (#1941).
|
* Fix the dimensions of wide geometric shapes in quasi-proportional (#1941).
|
||||||
|
* Fix `cv76`'s application on CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE (`U+04B9`) (#1942).
|
||||||
|
|
|
@ -100,13 +100,10 @@ glyph-block Letter-Cyrillic-Che : begin
|
||||||
turned 'cyrl/Shha' 0x4BA 'cyrl/Che' Middle (CAP / 2)
|
turned 'cyrl/Shha' 0x4BA 'cyrl/Che' Middle (CAP / 2)
|
||||||
derive-composites 'cyrl/ShhaDescender' 0x526 'cyrl/Shha' [CyrDescender.rSideJut RightSB 0]
|
derive-composites 'cyrl/ShhaDescender' 0x526 'cyrl/Shha' [CyrDescender.rSideJut RightSB 0]
|
||||||
|
|
||||||
define SwCheVBar : Math.min OverlayStroke (0.625 * (RightSB - SB - [HSwToV : 2 * Stroke]) / HVContrast)
|
define [ChrVBar top] : begin
|
||||||
create-glyph 'cyrl/CheVBar' 0x4B8 : glyph-proc
|
local SwCheVBar : Math.min OverlayStroke (0.625 * (RightSB - SB - [HSwToV : 2 * Stroke]) / HVContrast)
|
||||||
include [refer-glyph 'cyrl/Che'] AS_BASE
|
local yc : top * [if SLAB 0.45 0.35] + Stroke * 0.1
|
||||||
local yc (CAP * [if SLAB 0.45 0.35] + Stroke * 0.1)
|
return : VBar.m Middle (yc + LongJut * 0.8) (yc - LongJut * 0.8) SwCheVBar
|
||||||
include : VBar.m Middle (yc + LongJut * 0.8) (yc - LongJut * 0.8) SwCheVBar
|
|
||||||
|
|
||||||
create-glyph 'cyrl/cheVBar' 0x4B9 : glyph-proc
|
derive-composites 'cyrl/CheVBar' 0x4B8 'cyrl/Che' [ChrVBar CAP]
|
||||||
include [refer-glyph 'cyrl/che'] AS_BASE
|
derive-composites 'cyrl/cheVBar' 0x4B9 'cyrl/che' [ChrVBar XH]
|
||||||
local yc (XH * [if SLAB 0.45 0.35] + Stroke * 0.1)
|
|
||||||
include : VBar.m Middle (yc + LongJut * 0.8) (yc - LongJut * 0.8) SwCheVBar
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue