Minor whitespace/consistency.

This commit is contained in:
John McWilliams 2025-03-24 12:16:59 -04:00
parent dedb2f0097
commit 0d344bf21e
2 changed files with 7 additions and 7 deletions

View file

@ -16,7 +16,7 @@ glyph-block Letter-Cyrillic-Tje : begin
define [xBarMid df] : [mix df.leftSB df.rightSB 0.3] + OX define [xBarMid df] : [mix df.leftSB df.rightSB 0.3] + OX
define [LeftHalf df top slabTop slabBot sw] : glyph-proc define [LeftHalf df top sw slabTop slabBot] : glyph-proc
local left : xBarMid df local left : xBarMid df
local xTopBarLeft : df.leftSB - SideJut local xTopBarLeft : df.leftSB - SideJut
@ -48,7 +48,7 @@ glyph-block Letter-Cyrillic-Tje : begin
local subDf : DivFrame adws 3 local subDf : DivFrame adws 3
local shift : [xBarMid df] - [xBarMid subDf] local shift : [xBarMid df] - [xBarMid subDf]
include : with-transform [ApparentTranslate shift 0] include : with-transform [ApparentTranslate shift 0]
LeftHalf subDf CAP doST doSB df.mvs LeftHalf subDf CAP df.mvs doST doSB
create-glyph "cyrl/tje.upright/leftHalf.\(suffix)" : glyph-proc create-glyph "cyrl/tje.upright/leftHalf.\(suffix)" : glyph-proc
local df : include : DivFrame para.advanceScaleT 3 local df : include : DivFrame para.advanceScaleT 3
@ -56,7 +56,7 @@ glyph-block Letter-Cyrillic-Tje : begin
local subDf : DivFrame adws 3 local subDf : DivFrame adws 3
local shift : [xBarMid df] - [xBarMid subDf] local shift : [xBarMid df] - [xBarMid subDf]
include : with-transform [ApparentTranslate shift 0] include : with-transform [ApparentTranslate shift 0]
LeftHalf subDf XH doST doSB df.mvs LeftHalf subDf XH df.mvs doST doSB
foreach { suffix { Uc Lc } } [Object.entries YeriConfig] : do foreach { suffix { Uc Lc } } [Object.entries YeriConfig] : do
create-glyph "cyrl/Tje/rightHalf.\(suffix)" : glyph-proc create-glyph "cyrl/Tje/rightHalf.\(suffix)" : glyph-proc