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
|
@ -1 +1,2 @@
|
||||||
* Fix leaning marks of turned capital F/L (#2137).
|
* Fix leaning marks of turned capital F/L (#2137).
|
||||||
|
* Fix overlay bar placement of Z with Hook and Z with Swash Tail (#2141).
|
||||||
|
|
|
@ -234,6 +234,7 @@ glyph-block Letter-Latin-Z : begin
|
||||||
|
|
||||||
create-glyph "ZDTail.\(suffix)" : glyph-proc
|
create-glyph "ZDTail.\(suffix)" : glyph-proc
|
||||||
include : MarkSet.capDesc
|
include : MarkSet.capDesc
|
||||||
|
set-base-anchor 'overlay' Middle (CAP / 2)
|
||||||
include : capital MODE-ZDESC
|
include : capital MODE-ZDESC
|
||||||
if serifs : include : serifs CAP
|
if serifs : include : serifs CAP
|
||||||
if slash : include : slash CAP
|
if slash : include : slash CAP
|
||||||
|
@ -258,6 +259,7 @@ glyph-block Letter-Latin-Z : begin
|
||||||
|
|
||||||
create-glyph "ZSwash.\(suffix)" : glyph-proc
|
create-glyph "ZSwash.\(suffix)" : glyph-proc
|
||||||
include : MarkSet.capDesc
|
include : MarkSet.capDesc
|
||||||
|
set-base-anchor 'overlay' Middle (CAP / 2)
|
||||||
include : capital MODE-ZSWASH
|
include : capital MODE-ZSWASH
|
||||||
if serifs : include : serifs CAP
|
if serifs : include : serifs CAP
|
||||||
if slash : include : slash CAP
|
if slash : include : slash CAP
|
||||||
|
@ -278,6 +280,7 @@ glyph-block Letter-Latin-Z : begin
|
||||||
|
|
||||||
create-glyph "zDTail.\(suffix)" : glyph-proc
|
create-glyph "zDTail.\(suffix)" : glyph-proc
|
||||||
include : MarkSet.p
|
include : MarkSet.p
|
||||||
|
set-base-anchor 'overlay' Middle (XH / 2)
|
||||||
include : small MODE-ZDESC
|
include : small MODE-ZDESC
|
||||||
if serifs : include : serifs XH
|
if serifs : include : serifs XH
|
||||||
if slash : include : slash XH
|
if slash : include : slash XH
|
||||||
|
@ -302,6 +305,7 @@ glyph-block Letter-Latin-Z : begin
|
||||||
|
|
||||||
create-glyph "zSwash.\(suffix)" : glyph-proc
|
create-glyph "zSwash.\(suffix)" : glyph-proc
|
||||||
include : MarkSet.p
|
include : MarkSet.p
|
||||||
|
set-base-anchor 'overlay' Middle (XH / 2)
|
||||||
include : small MODE-ZSWASH
|
include : small MODE-ZSWASH
|
||||||
if serifs : include : serifs XH
|
if serifs : include : serifs XH
|
||||||
if slash : include : slash XH
|
if slash : include : slash XH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue