From aeb3867be3ee59cb2a2a56a9e985fce19eabd93a Mon Sep 17 00:00:00 2001 From: be5invis Date: Sat, 22 May 2021 17:41:53 -0700 Subject: [PATCH] Make `cv06` able to influence `U+0191` (#1038). --- changes/7.0.0-preview.4.md | 1 + font-src/glyphs/letter/latin/upper-f.ptl | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/changes/7.0.0-preview.4.md b/changes/7.0.0-preview.4.md index 6cf8aab3b..e53ae0cad 100644 --- a/changes/7.0.0-preview.4.md +++ b/changes/7.0.0-preview.4.md @@ -6,3 +6,4 @@ - Fix shape of Copyleft Symbol `U+1F12F` (#1034). - Fix incorrect mapping of `U+037B` and `U+03FD` (#1036). - Correct glyph of `U+2411` (#1037). + - Make `cv06` able to influence `U+0191` (#1038). diff --git a/font-src/glyphs/letter/latin/upper-f.ptl b/font-src/glyphs/letter/latin/upper-f.ptl index 3d62708d9..818bd6238 100644 --- a/font-src/glyphs/letter/latin/upper-f.ptl +++ b/font-src/glyphs/letter/latin/upper-f.ptl @@ -85,7 +85,8 @@ glyph-block Letter-Latin-Upper-F : begin include : refer-glyph "F" include : HOverlayBar (SB * 0.5) (SB * 3 + Stroke * HVContrast) [mix 0 XH 0.4] - create-glyph 'Fltail' 0x191 : glyph-proc - include [refer-glyph 'F'] AS_BASE + derive-glyphs 'Fltail' 0x191 'F' : lambda [src sel] : glyph-proc + include [refer-glyph src] AS_BASE ALSO_METRICS + include : MarkSet.if eject-contour 'serifBottom' - include : VerticalHook (SB * 1.5 + HalfStroke * HVContrast) 0 (-HookX) Hook \ No newline at end of file + include : VerticalHook (SB * 1.5 + HalfStroke * HVContrast) 0 (-HookX) Hook