Cleanup
This commit is contained in:
parent
19e7a1a5db
commit
49bb4fa5e8
1 changed files with 2 additions and 2 deletions
|
@ -546,8 +546,8 @@ glyph-block Autobuild-Transformed : begin
|
|||
numberGlyphIDs.push v
|
||||
|
||||
local derivedFont : Thinner numberGlyphIDs shrink crowd
|
||||
foreach [nd : items-of {0 1 2 3 4 5 6}]
|
||||
foreach [gid : items-of numberGlyphIDs] : create-glyph (gid + ".nd" + nd) : glyph-construction
|
||||
foreach [gid : items-of numberGlyphIDs] : foreach [nd : items-of {0 1 2 3 4 5 6}]
|
||||
create-glyph (gid + ".nd" + nd) : glyph-construction
|
||||
include glyphs.(gid)
|
||||
define underlineExt : WIDTH * 0.4
|
||||
if (nd >= 3 && nd <= 5) : include : intersection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue