Skip to content

Commit

Permalink
Add top-right-serifed variants for Lower Kappa.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcwilliams403 committed Mar 10, 2025
1 parent 0e3f3fc commit 7236320
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 50 deletions.
3 changes: 2 additions & 1 deletion changes/33.1.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* Add `full-serifed` and `tri-serifed` variants for `K` and `k`, and related letters (#2696).
* Add `full-serifed` variants for `K` and `k`, and related letters (#2696).
* Add `top-right-serifed` and `tri-serifed` variants for `K` and `k`, and related letters.
* Add `cursive` variant for Greek Lower Theta (`θ`).
* Add IPA localization form for Latin Lower G with Stroke (`ǥ`).
* Add variant selectors for Greek Lower Eta (`η`) and Kappa (`κ`).
12 changes: 7 additions & 5 deletions packages/font-glyphs/src/letter/latin/k.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -414,14 +414,14 @@ glyph-block Letter-Latin-K : begin
topLeftSerifed { 2 0 0 }
bottomRightSerifed { 0 0 1 }
topLeftAndBottomRightSerifed { 2 0 1 }
triSerifed : match body
[Just 'symmetricConnectedKH'] { 2 0 2 }
__ { 2 0 3 }
serifedKappa { 2 1 3 }
topRightSerifed { 0 0 2 }
topLeftAndTopRightSerifed { 2 0 2 }
triSerifed { 2 0 3 }
serifedKappa { 2 1 3 }
fullSerifedKappa { 2 1 7 }
serifed : match body
[Just 'symmetricConnectedKH'] { 1 1 2 }
__ { 1 1 3 }
fullSerifedKappa { 2 1 7 }
fullSerifed : match body
[Just 'symmetricConnectedKH'] { 1 1 6 }
__ { 1 1 7 }
Expand Down Expand Up @@ -561,6 +561,8 @@ glyph-block Letter-Latin-K : begin
topLeftSerifed { 1 0 0 }
bottomRightSerifed { 0 0 1 }
topLeftAndBottomRightSerifed { 1 0 1 }
topRightSerifed { 0 0 2 }
topLeftAndTopRightSerifed { 1 0 2 }
triSerifed { 1 0 3 }
serifed { 1 1 3 }
fullSerifed { 1 1 7 }
Expand Down
Loading

0 comments on commit 7236320

Please sign in to comment.