cleanup name duplications
This commit is contained in:
parent
094f2ad1d6
commit
774f2a457f
1 changed files with 5 additions and 5 deletions
|
@ -53,22 +53,22 @@ glyph-block Letter-Latin-Lower-D : begin
|
||||||
toothlessRoundedSeriflessHBB { ToothlessRoundedHBBBody null null }
|
toothlessRoundedSeriflessHBB { ToothlessRoundedHBBBody null null }
|
||||||
toothlessRoundedSerifedHBB { ToothlessRoundedHBBBody TopSerif null }
|
toothlessRoundedSerifedHBB { ToothlessRoundedHBBBody TopSerif null }
|
||||||
|
|
||||||
foreach { suffix { Body TopSerif BottomSerif } } [Object.entries DConfig] : do
|
foreach { suffix { Body topSerif bottomSerif } } [Object.entries DConfig] : do
|
||||||
create-glyph "d.\(suffix)" : glyph-proc
|
create-glyph "d.\(suffix)" : glyph-proc
|
||||||
include : MarkSet.b
|
include : MarkSet.b
|
||||||
include : Body
|
include : Body
|
||||||
if TopSerif : include : TopSerif
|
if topSerif : include : topSerif
|
||||||
if BottomSerif : include : BottomSerif
|
if bottomSerif : include : bottomSerif
|
||||||
|
|
||||||
create-glyph "dcroat.\(suffix)" : glyph-proc
|
create-glyph "dcroat.\(suffix)" : glyph-proc
|
||||||
include [refer-glyph "d.\(suffix)"] AS_BASE ALSO_METRICS
|
include [refer-glyph "d.\(suffix)"] AS_BASE ALSO_METRICS
|
||||||
include : HOverlayBar [mix SB RightSB 0.5] [mix RightSB Width 0.7] [mix XH (CAP - [if TopSerif Stroke 0]) 0.45]
|
include : HOverlayBar [mix SB RightSB 0.5] [mix RightSB Width 0.7] [mix XH (CAP - [if topSerif Stroke 0]) 0.45]
|
||||||
|
|
||||||
create-glyph "latn/de.\(suffix)" : glyph-proc
|
create-glyph "latn/de.\(suffix)" : glyph-proc
|
||||||
include [refer-glyph "d.\(suffix)"] AS_BASE ALSO_METRICS
|
include [refer-glyph "d.\(suffix)"] AS_BASE ALSO_METRICS
|
||||||
local xLeft : mix RightSB SB 0.9
|
local xLeft : mix RightSB SB 0.9
|
||||||
include : HBarTop xLeft (RightSB + O) CAP
|
include : HBarTop xLeft (RightSB + O) CAP
|
||||||
if TopSerif : include : DownwardLeftSerif xLeft CAP : Math.min VJut (0.8 * (CAP - XH))
|
if topSerif : include : DownwardLeftSerif xLeft CAP : Math.min VJut (0.8 * (CAP - XH))
|
||||||
|
|
||||||
select-variant 'd' 'd'
|
select-variant 'd' 'd'
|
||||||
select-variant 'dcroat' 0x111 (follow -- 'd')
|
select-variant 'dcroat' 0x111 (follow -- 'd')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue