Fix incorrect serifs of Sho (U+03F8, #568).

This commit is contained in:
Belleve Invis 2020-05-31 12:42:04 -07:00
parent cecadced40
commit ad0cbf0d55
2 changed files with 14 additions and 3 deletions

View file

@ -2,4 +2,5 @@
* Fix broken shape of R under CV83 (#561). * Fix broken shape of R under CV83 (#561).
* Fix broken shape of U+235d (#563). * Fix broken shape of U+235d (#563).
* Fix broken shape of U+0494, U+0495 (#564). * Fix broken shape of U+0494, U+0495 (#564).
* Fix missing serif of U+1DB2 (#565). * Fix missing serif of U+1DB2 (#565).
* Fix incorrect serifs of Sho (U+03F8, #568).

View file

@ -2106,7 +2106,6 @@ glyph-block LetterUnified-Extended : begin
save 'Sho' 0x3F7 save 'Sho' 0x3F7
sketch # thorn sketch # thorn
include : create-glyph : glyph-construction include : create-glyph : glyph-construction
include : refer-glyph "b" include : refer-glyph "b"
eject-contour 'serifLB' eject-contour 'serifLB'
@ -2115,8 +2114,19 @@ glyph-block LetterUnified-Extended : begin
eject-contour 'bowl' eject-contour 'bowl'
eject-contour 'serifLT' eject-contour 'serifLT'
include MarkSet.if include MarkSet.if
save 'thorn' 0xFE save 'thorn' 0xFE
sketch # sho
include : create-glyph : glyph-construction
include : refer-glyph "b"
eject-contour 'serifLB'
eject-contour 'serifLT'
include : create-glyph : glyph-construction
include : refer-glyph "p"
eject-contour 'bowl'
eject-contour 'serifLT'
eject-contour 'serifLB'
include MarkSet.if
save 'sho' 0x3F8 save 'sho' 0x3F8