Skip to content

Commit 1a1b40a

Browse files
authored
Merge pull request be5invis#2704 from jmcwilliams403/greek-kappa-top-right-serifed
Add `top-right-serifed` variants for Greek Lower Kappa (`κ`), for `ss15`.
2 parents 0e3f3fc + 1aabd8b commit 1a1b40a

File tree

3 files changed

+128
-60
lines changed

3 files changed

+128
-60
lines changed

changes/33.1.0.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
* Add `full-serifed` and `tri-serifed` variants for `K` and `k`, and related letters (#2696).
1+
* Add `full-serifed` variants for `K` and `k`, and related letters (#2696).
2+
* Add `top-right-serifed` and `tri-serifed` variants for `K` and `k`, and related letters.
23
* Add `cursive` variant for Greek Lower Theta (`θ`).
34
* Add IPA localization form for Latin Lower G with Stroke (`ǥ`).
45
* Add variant selectors for Greek Lower Eta (`η`) and Kappa (`κ`).

packages/font-glyphs/src/letter/latin/k.ptl

+16-12
Original file line numberDiff line numberDiff line change
@@ -414,14 +414,15 @@ glyph-block Letter-Latin-K : begin
414414
topLeftSerifed { 2 0 0 }
415415
bottomRightSerifed { 0 0 1 }
416416
topLeftAndBottomRightSerifed { 2 0 1 }
417-
triSerifed : match body
418-
[Just 'symmetricConnectedKH'] { 2 0 2 }
419-
__ { 2 0 3 }
420-
serifedKappa { 2 1 3 }
417+
topRightSerifed { 0 0 2 }
418+
topLeftAndTopRightSerifed { 2 0 2 }
419+
topRightAndBottomRightSerifed { 0 0 3 }
420+
triSerifed { 2 0 3 }
421+
serifedKappa { 2 1 3 }
422+
fullSerifedKappa { 2 1 7 }
421423
serifed : match body
422424
[Just 'symmetricConnectedKH'] { 1 1 2 }
423425
__ { 1 1 3 }
424-
fullSerifedKappa { 2 1 7 }
425426
fullSerifed : match body
426427
[Just 'symmetricConnectedKH'] { 1 1 6 }
427428
__ { 1 1 7 }
@@ -557,13 +558,16 @@ glyph-block Letter-Latin-K : begin
557558
symmetricTouching [KLegs.Symmetric 0]
558559
symmetricConnected [KLegs.Symmetric : AdviceStroke 6]
559560
object # serifs
560-
serifless { 0 0 0 }
561-
topLeftSerifed { 1 0 0 }
562-
bottomRightSerifed { 0 0 1 }
563-
topLeftAndBottomRightSerifed { 1 0 1 }
564-
triSerifed { 1 0 3 }
565-
serifed { 1 1 3 }
566-
fullSerifed { 1 1 7 }
561+
serifless { 0 0 0 }
562+
topLeftSerifed { 1 0 0 }
563+
bottomRightSerifed { 0 0 1 }
564+
topLeftAndBottomRightSerifed { 1 0 1 }
565+
topRightSerifed { 0 0 2 }
566+
topLeftAndTopRightSerifed { 1 0 2 }
567+
topRightAndBottomRightSerifed { 0 0 3 }
568+
triSerifed { 1 0 3 }
569+
serifed { 1 1 3 }
570+
fullSerifed { 1 1 7 }
567571

568572
foreach { suffix { LegsImpl {slabLT slabLB slabLegs} } } [pairs-of LowerKConfig] : do
569573
local straightBar : LegsImpl !== KLegs.Curly

0 commit comments

Comments
 (0)