Skip to content

Commit

Permalink
Make cv06 able to influence U+0191 (#1038).
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed May 23, 2021
1 parent 565c589 commit aeb3867
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions changes/7.0.0-preview.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
7 changes: 4 additions & 3 deletions font-src/glyphs/letter/latin/upper-f.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -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
include : VerticalHook (SB * 1.5 + HalfStroke * HVContrast) 0 (-HookX) Hook

0 comments on commit aeb3867

Please sign in to comment.