Skip to content

Commit

Permalink
Cleanup of #2511 (#2514)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcwilliams403 authored Sep 23, 2024
1 parent 44c7d2d commit 39520db
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions packages/font-glyphs/src/letter/latin/upper-n.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ glyph-block Letter-Latin-Upper-N : begin
local yEnd : match bodyType
[Just BODY-SYMMETRIC] 0
[Just BODY-ASYMMETRIC] : top * 0.375
[Just BODY-COMPRESSED] : if SLAB (stroke * 1.25) 0
[Just BODY-COMPRESSED] : if SLAB (swDiag * 1.5) 0
local yStart : match bodyType
[Just BODY-COMPRESSED] : top - yEnd
__ top
Expand Down Expand Up @@ -145,16 +145,18 @@ glyph-block Letter-Latin-Upper-N : begin
alias 'grek/Nu' 0x39D 'N'
alias-reduced-variant 'grek/Nu/sansSerif' 'grek/Nu' 'N/sansSerif' MathSansSerif
select-variant 'NRev' (follow -- 'N')
select-variant 'smcpNRev' 0x1D0E (follow -- 'N')

derive-composites 'NDescender' 0xA790 'N' [CyrDescender.rSideJut RightSB 0]

CreateAccentedComposition 'NAcute' 0x143 'N' 'acuteAbove'
CreateAccentedComposition 'NAcute' 0x143 'N' 'acuteAbove'
CreateAccentedComposition 'NAcute.PLK' null 'N' 'kreskaAbove'

select-variant 'Eng' 0x14A (follow -- 'N')
select-variant 'smcpN' 0x274 (follow -- 'N')
select-variant 'NHookLeft' 0x19D (follow -- 'N')
select-variant 'Eng' 0x14A (follow -- 'N')
select-variant 'NHookLeft' 0x19D (follow -- 'N')

select-variant 'smcpN' 0x274 (follow -- 'N')
select-variant 'smcpNRev' 0x1D0E (follow -- 'N')

select-variant 'currency/nairaSignBase' (follow -- 'N')

create-glyph 'cyrl/I' 0x418 : glyph-proc
Expand Down

0 comments on commit 39520db

Please sign in to comment.