Skip to content

Commit

Permalink
Cleanup be5invis#2242 .
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcwilliams403 committed Mar 22, 2024
1 parent 63ec70d commit 9087a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/font-glyphs/src/letter/latin-ext/gha.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ glyph-block Letter-Latin-Gha : begin
local df : include : DivFrame para.diversityM 3
include : df.markSet.capDesc
include : GhaShape df terminal CAP Descender doSerif
include : LeaningAnchor.Below.VBar.r df.rightSB
include : LeaningAnchor.Below.VBar.r (df.rightSB - O)

create-glyph "gha.\(suffix)" : glyph-proc
local df : include : DivFrame para.diversityM 3
include : df.markSet.p
include : GhaShape df terminal XH Descender doSerif
include : LeaningAnchor.Below.VBar.r df.rightSB
include : LeaningAnchor.Below.VBar.r (df.rightSB - O)

select-variant 'Gha' 0x1A2 (follow -- 'gha')
select-variant 'gha' 0x1A3

0 comments on commit 9087a8d

Please sign in to comment.