at cleanup
This commit is contained in:
parent
5530f45880
commit
a7ca29b14d
114 changed files with 157 additions and 146 deletions
|
@ -115,7 +115,7 @@ glyph-block Symbol-Punctuation-At : begin
|
|||
flat df.middle obot
|
||||
glyph-proc
|
||||
|
||||
define [ShortShape] : glyph-proc
|
||||
define [CompactShape] : glyph-proc
|
||||
local top CAP
|
||||
local obot 0
|
||||
local otop [mix obot top 0.675]
|
||||
|
@ -164,16 +164,18 @@ glyph-block Symbol-Punctuation-At : begin
|
|||
|
||||
define AtConfig : object
|
||||
threefold { ThreeFoldShape NormalHeight false }
|
||||
fourfold { FourFoldShape NormalHeight false }
|
||||
threefoldTall { ThreeFoldShape TallHeight false }
|
||||
fourfoldTall { FourFoldShape TallHeight false }
|
||||
short { ShortShape CAP false }
|
||||
threefoldSolidInner { ThreeFoldShape NormalHeight true }
|
||||
threefoldSolidInnerTall { ThreeFoldShape TallHeight true }
|
||||
|
||||
fourfold { FourFoldShape NormalHeight false }
|
||||
fourfoldTall { FourFoldShape TallHeight false }
|
||||
fourfoldSolidInner { FourFoldShape NormalHeight true }
|
||||
fourfoldSolidInnerTall { FourFoldShape TallHeight true }
|
||||
|
||||
compact { CompactShape CAP false }
|
||||
|
||||
foreach { suffix { body height fSolidInner } } [Object.entries AtConfig] : do
|
||||
create-glyph "at.\(suffix)" : body height fSolidInner
|
||||
|
||||
select-variant 'at' '@'
|
||||
select-variant 'at' '@'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue