* Fix shape artifacts of lowercase ae (#1525).

This commit is contained in:
be5invis 2023-01-12 19:25:27 -08:00
parent 32e4100102
commit 9afb41e236
3 changed files with 4 additions and 3 deletions

View file

@ -10,3 +10,4 @@
* Fix placement of overlay in U+024F (#1522). * Fix placement of overlay in U+024F (#1522).
* Fix serifs of capital Cyrillic U (#1523). * Fix serifs of capital Cyrillic U (#1523).
* Fix placement of middle strokes terminal in two-arcs `3` (#1524). * Fix placement of middle strokes terminal in two-arcs `3` (#1524).
* Fix shape artifacts of lowercase ae (#1525).

View file

@ -55,7 +55,7 @@ glyph-block Letter-Latin-Lower-AE-OE : begin
flat eLeft (XH - ada) flat eLeft (XH - ada)
curl eLeft adb curl eLeft adb
hookend O (tight -- true) (sw -- df.mvs) hookend O (tight -- true) (sw -- df.mvs)
g4 (df.rightSB - OX * 2) (AHook + df.mvs * TanSlope) [heading Upward] g4 df.rightSB (AHook + df.mvs * TanSlope) [heading Upward]
Rect barbottom (barbottom - XH * 0.05) eMiddle df.width Rect barbottom (barbottom - XH * 0.05) eMiddle df.width
define [aeAPart df] : glyph-proc define [aeAPart df] : glyph-proc

View file

@ -73,7 +73,7 @@ glyph-block Letter-Latin-Lower-E : begin
flat (df.leftSB + OX) (top - SmallArchDepthA) flat (df.leftSB + OX) (top - SmallArchDepthA)
curl (df.leftSB + OX) (0 + SmallArchDepthB) curl (df.leftSB + OX) (0 + SmallArchDepthB)
hookend O (sw -- stroke) hookend O (sw -- stroke)
g4 (df.rightSB - OX * [if para.isItalic 0 0.5]) [HookHeight top stroke] g4 df.rightSB [HookHeight top stroke]
return path.rhsKnots.[path.rhsKnots.length - 1] return path.rhsKnots.[path.rhsKnots.length - 1]
@ -98,7 +98,7 @@ glyph-block Letter-Latin-Lower-E : begin
flat (df.rightSB - OX) (top - SmallArchDepthB) flat (df.rightSB - OX) (top - SmallArchDepthB)
curl (df.rightSB - OX) (0 + SmallArchDepthA) curl (df.rightSB - OX) (0 + SmallArchDepthA)
hookend O (sw -- stroke) hookend O (sw -- stroke)
g4 (df.leftSB + OX * [if para.isItalic 0 0.5]) [HookHeight top stroke] g4 df.leftSB [HookHeight top stroke]
define SmallEConfig : object define SmallEConfig : object
flatCrossbar { SmallEShape RevSmallEShape } flatCrossbar { SmallEShape RevSmallEShape }