Fix incorrect serifs of Sho (U+03F8, #568).
This commit is contained in:
parent
cecadced40
commit
ad0cbf0d55
2 changed files with 14 additions and 3 deletions
|
@ -3,3 +3,4 @@
|
|||
* Fix broken shape of U+235d (#563).
|
||||
* Fix broken shape of U+0494, U+0495 (#564).
|
||||
* Fix missing serif of U+1DB2 (#565).
|
||||
* Fix incorrect serifs of Sho (U+03F8, #568).
|
|
@ -2106,7 +2106,6 @@ glyph-block LetterUnified-Extended : begin
|
|||
save 'Sho' 0x3F7
|
||||
|
||||
sketch # thorn
|
||||
|
||||
include : create-glyph : glyph-construction
|
||||
include : refer-glyph "b"
|
||||
eject-contour 'serifLB'
|
||||
|
@ -2115,8 +2114,19 @@ glyph-block LetterUnified-Extended : begin
|
|||
eject-contour 'bowl'
|
||||
eject-contour 'serifLT'
|
||||
include MarkSet.if
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue