Fix shape of p
@ motion-serifed
(#1423).
This commit is contained in:
parent
40a0f310c0
commit
b75151d9d5
2 changed files with 7 additions and 7 deletions
1
changes/16.2.1.md
Normal file
1
changes/16.2.1.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
* Fix shape of `p` @ `motion-serifed` (#1423).
|
|
@ -33,17 +33,16 @@ glyph-block Letter-Latin-Lower-P : begin
|
||||||
include : SmallPSerifLT
|
include : SmallPSerifLT
|
||||||
include : SmallPSerifLB
|
include : SmallPSerifLB
|
||||||
|
|
||||||
define [MotionSerif] : glyph-proc : if SLAB : begin
|
define [MotionSerif] : SmallPSerifLT
|
||||||
include : SmallPSerifLT
|
|
||||||
|
|
||||||
define [BottomSerif] : glyph-proc : if SLAB : begin
|
define [BottomSerif] : glyph-proc : if SLAB : begin
|
||||||
include : SmallPSerifLT
|
include : SmallPSerifLB
|
||||||
|
|
||||||
define PConfig : object
|
define PConfig : object
|
||||||
eared { EaredBody FullSerifs SLAB }
|
eared { EaredBody FullSerifs SLAB }
|
||||||
motionSerifed { EaredBody MotionSerif SLAB }
|
motionSerifed { EaredBody MotionSerif false }
|
||||||
earlessCorner { EarlessCornerBody BottomSerif SLAB }
|
earlessCorner { EarlessCornerBody BottomSerif SLAB }
|
||||||
earlessRounded { EarlessRoundedBody BottomSerif SLAB }
|
earlessRounded { EarlessRoundedBody BottomSerif SLAB }
|
||||||
|
|
||||||
foreach { suffix { Body Serifs doTS }} [Object.entries PConfig] : do
|
foreach { suffix { Body Serifs doTS }} [Object.entries PConfig] : do
|
||||||
local yOverlay : mix 0 (Descender + [if doTS Stroke 0]) 0.45
|
local yOverlay : mix 0 (Descender + [if doTS Stroke 0]) 0.45
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue