Fix broken shape of U+049, U+0495 (#564).
This commit is contained in:
parent
8adbf42769
commit
dc1f09dcd3
2 changed files with 10 additions and 8 deletions
|
@ -1,3 +1,4 @@
|
|||
* Fix localized form of U+045D (#560).
|
||||
* Fix broken shape of R under CV83 (#561).
|
||||
* Fix broken shape of U+235d (#563).
|
||||
* Fix broken shape of U+049, U+0495 (#564).
|
||||
|
|
|
@ -39,13 +39,14 @@ glyph-block LetterUnified-Extended : begin
|
|||
|
||||
save 'alpha' 0x3B1
|
||||
|
||||
define GammaBarLeft (SB * 1.5)
|
||||
define [GammaShape top] : glyph-construction
|
||||
include : VBarLeft (SB * 1.5) 0 top
|
||||
include : HBarTop (SB * 1.5 - O) (RightSB - OX) top
|
||||
include : VBarLeft GammaBarLeft 0 top
|
||||
include : HBarTop (GammaBarLeft - O) (RightSB - OX) top
|
||||
if SLAB : begin
|
||||
include : LeftwardTopSerif (SB * 1.5) top SideJut
|
||||
include : LeftwardBottomSerif (SB * 1.5 + HVContrast * HalfStroke) 0 Jut
|
||||
include : RightwardBottomSerif (SB * 1.5 + HVContrast * HalfStroke) 0 MidJutSide
|
||||
include : LeftwardTopSerif GammaBarLeft top SideJut
|
||||
include : LeftwardBottomSerif (GammaBarLeft + HVContrast * HalfStroke) 0 Jut
|
||||
include : RightwardBottomSerif (GammaBarLeft + HVContrast * HalfStroke) 0 MidJutSide
|
||||
include : tagged 'serifRT' : DownwardRightSerif (RightSB - OX) top VJut
|
||||
|
||||
sketch # Gamma
|
||||
|
@ -56,7 +57,7 @@ glyph-block LetterUnified-Extended : begin
|
|||
|
||||
branch
|
||||
include : nShoulder
|
||||
left -- (SB + Stroke)
|
||||
left -- (GammaBarLeft + Stroke)
|
||||
right -- RightSB
|
||||
top -- CAP * HBarPos + Stroke / 4
|
||||
bottom -- 0
|
||||
|
@ -72,7 +73,7 @@ glyph-block LetterUnified-Extended : begin
|
|||
|
||||
branch
|
||||
include : nShoulder
|
||||
left -- (SB + Stroke)
|
||||
left -- (GammaBarLeft + Stroke)
|
||||
right -- RightSB
|
||||
top -- XH * HBarPos + Stroke / 4
|
||||
bottom -- 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue