Fix overlay bar placement of Z with Hook and Z with Swash Tail (#2141).
This commit is contained in:
parent
ec934c9508
commit
47ae0e6a81
2 changed files with 5 additions and 0 deletions
|
@ -234,6 +234,7 @@ glyph-block Letter-Latin-Z : begin
|
|||
|
||||
create-glyph "ZDTail.\(suffix)" : glyph-proc
|
||||
include : MarkSet.capDesc
|
||||
set-base-anchor 'overlay' Middle (CAP / 2)
|
||||
include : capital MODE-ZDESC
|
||||
if serifs : include : serifs CAP
|
||||
if slash : include : slash CAP
|
||||
|
@ -258,6 +259,7 @@ glyph-block Letter-Latin-Z : begin
|
|||
|
||||
create-glyph "ZSwash.\(suffix)" : glyph-proc
|
||||
include : MarkSet.capDesc
|
||||
set-base-anchor 'overlay' Middle (CAP / 2)
|
||||
include : capital MODE-ZSWASH
|
||||
if serifs : include : serifs CAP
|
||||
if slash : include : slash CAP
|
||||
|
@ -278,6 +280,7 @@ glyph-block Letter-Latin-Z : begin
|
|||
|
||||
create-glyph "zDTail.\(suffix)" : glyph-proc
|
||||
include : MarkSet.p
|
||||
set-base-anchor 'overlay' Middle (XH / 2)
|
||||
include : small MODE-ZDESC
|
||||
if serifs : include : serifs XH
|
||||
if slash : include : slash XH
|
||||
|
@ -302,6 +305,7 @@ glyph-block Letter-Latin-Z : begin
|
|||
|
||||
create-glyph "zSwash.\(suffix)" : glyph-proc
|
||||
include : MarkSet.p
|
||||
set-base-anchor 'overlay' Middle (XH / 2)
|
||||
include : small MODE-ZSWASH
|
||||
if serifs : include : serifs XH
|
||||
if slash : include : slash XH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue