Fix broken shape of p
under cv40 = 3
(#1614).
This commit is contained in:
parent
09aa1a9495
commit
ffece9b98c
2 changed files with 6 additions and 1 deletions
|
@ -6,3 +6,4 @@
|
||||||
- LATIN CAPITAL LETTER OO (`U+A74E`).
|
- LATIN CAPITAL LETTER OO (`U+A74E`).
|
||||||
- LATIN SMALL LETTER OO (`U+A74F`).
|
- LATIN SMALL LETTER OO (`U+A74F`).
|
||||||
- LATIN SMALL LETTER UO (`U+AB63`).
|
- LATIN SMALL LETTER UO (`U+AB63`).
|
||||||
|
* Fix broken shape of `p` under `cv40 = 3` (#1614).
|
||||||
|
|
|
@ -24,7 +24,11 @@ glyph-block Letter-Latin-Lower-P : begin
|
||||||
include : tagged 'stemLeft' : VBar.l SB Descender (XH - DToothlessRise)
|
include : tagged 'stemLeft' : VBar.l SB Descender (XH - DToothlessRise)
|
||||||
|
|
||||||
define [EarlessRoundedBody] : glyph-proc
|
define [EarlessRoundedBody] : glyph-proc
|
||||||
include : tagged 'bowl' : OBarLeft.roundedTop XH SB Descender
|
include : tagged 'bowl' : OBarLeft.roundedTop
|
||||||
|
top -- XH
|
||||||
|
left -- SB
|
||||||
|
right -- RightSB
|
||||||
|
yTerminal -- Descender
|
||||||
|
|
||||||
define [FullSerifs] : glyph-proc : if SLAB : begin
|
define [FullSerifs] : glyph-proc : if SLAB : begin
|
||||||
include : SmallPSerifLT
|
include : SmallPSerifLT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue