Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcwilliams403 committed Mar 9, 2024
1 parent b3ec249 commit e3a32ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changes/29.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix broken `s`/`t` variants for `U+01BE`. (#2223)
4 changes: 2 additions & 2 deletions packages/font-glyphs/src/letter/latin/lower-t.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ glyph-block Letter-Latin-Lower-T : begin
bentHookShortNeck { yShortNeck1 }
bentHookShortNeck2 { yShortNeck2 }

foreach { suffix { yTop } } [Object.entries TSUpperConfig] : do
foreach { suffix { top } } [Object.entries TSUpperConfig] : do
create-glyph "tsLig/upperHalf.\(suffix)" : glyph-proc
define df : DivFrame 1
set-base-anchor 'cvDecompose' 0 0
Expand All @@ -364,7 +364,7 @@ glyph-block Letter-Latin-Lower-T : begin
include : intersection
TsLigStrokeShape df Stroke Ascender doBS
MaskBelow XH
include : SAutoSlabEnd doBS 0 Stroke Hook
include : SAutoSlabEnd df doBS 0 Stroke Hook

select-variant 'tsLig/upperHalf'
select-variant 'tsLig/lowerHalf'
Expand Down

0 comments on commit e3a32ad

Please sign in to comment.