Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup of #2511 #2514

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading