a little cleanup
This commit is contained in:
parent
ce81f8e733
commit
6d2eb0a173
3 changed files with 2 additions and 4 deletions
|
@ -65,7 +65,6 @@ export : define [calculateMetrics para] : begin
|
||||||
define SHook para.shook
|
define SHook para.shook
|
||||||
define RHook para.rhook
|
define RHook para.rhook
|
||||||
define JHook para.jhook
|
define JHook para.jhook
|
||||||
define FHook para.fhook
|
|
||||||
define HookX para.hookx
|
define HookX para.hookx
|
||||||
define TailX para.tailX
|
define TailX para.tailX
|
||||||
define TailY para.tailY
|
define TailY para.tailY
|
||||||
|
@ -201,7 +200,7 @@ export : define [calculateMetrics para] : begin
|
||||||
DesignParameters UPM HalfUPM Width SB CAP XH Ascender Descender Contrast SymbolMid
|
DesignParameters UPM HalfUPM Width SB CAP XH Ascender Descender Contrast SymbolMid
|
||||||
ParenTop ParenBot OperTop OperBot TackTop TackBot PlusTop PlusBot PictTop PictBot BgOpTop
|
ParenTop ParenBot OperTop OperBot TackTop TackBot PlusTop PlusBot PictTop PictBot BgOpTop
|
||||||
BgOpBot Italify Upright Scale Translate ApparentTranslate Rotate GlobalTransform TanSlope
|
BgOpBot Italify Upright Scale Translate ApparentTranslate Rotate GlobalTransform TanSlope
|
||||||
HVContrast Upward Downward Rightward Leftward O OX OXHook Hook AHook SHook RHook JHook FHook
|
HVContrast Upward Downward Rightward Leftward O OX OXHook Hook AHook SHook RHook JHook
|
||||||
HookX TailX TailY ArchDepth SmallArchDepth Stroke DotSize
|
HookX TailX TailY ArchDepth SmallArchDepth Stroke DotSize
|
||||||
PeriodSize HBarPos OverlayPos LongJut Jut VJut VJutStroke AccentStackOffset AccentWidth
|
PeriodSize HBarPos OverlayPos LongJut Jut VJut VJutStroke AccentStackOffset AccentWidth
|
||||||
AccentClearance AccentHeight CThin CThinB SLAB TailAdjX TailAdjY IBalance IBalance2
|
AccentClearance AccentHeight CThin CThinB SLAB TailAdjX TailAdjY IBalance IBalance2
|
||||||
|
|
|
@ -241,7 +241,7 @@ define-macro glyph-block : syntax-rules
|
||||||
Contrast SymbolMid ParenTop ParenBot OperTop OperBot TackTop TackBot PlusTop PlusBot
|
Contrast SymbolMid ParenTop ParenBot OperTop OperBot TackTop TackBot PlusTop PlusBot
|
||||||
PictTop PictBot BgOpTop BgOpBot Italify Upright Scale Translate ApparentTranslate Rotate
|
PictTop PictBot BgOpTop BgOpBot Italify Upright Scale Translate ApparentTranslate Rotate
|
||||||
GlobalTransform TanSlope HVContrast Upward Downward Rightward Leftward
|
GlobalTransform TanSlope HVContrast Upward Downward Rightward Leftward
|
||||||
O OX OXHook Hook AHook SHook RHook JHook FHook HookX TailX TailY
|
O OX OXHook Hook AHook SHook RHook JHook HookX TailX TailY
|
||||||
ArchDepth SmallArchDepth Stroke DotSize PeriodSize HBarPos OverlayPos LongJut Jut VJut
|
ArchDepth SmallArchDepth Stroke DotSize PeriodSize HBarPos OverlayPos LongJut Jut VJut
|
||||||
VJutStroke AccentStackOffset AccentWidth AccentClearance AccentHeight CThin CThinB SLAB
|
VJutStroke AccentStackOffset AccentWidth AccentClearance AccentHeight CThin CThinB SLAB
|
||||||
TailAdjX TailAdjY IBalance IBalance2 JBalance JBalance2 TBalance TBalance2 RBalance
|
TailAdjX TailAdjY IBalance IBalance2 JBalance JBalance2 TBalance TBalance2 RBalance
|
||||||
|
|
|
@ -29,7 +29,6 @@ hook = 165 # Hook depth in most letters.
|
||||||
ahook = 130
|
ahook = 130
|
||||||
shook = 120
|
shook = 120
|
||||||
jhook = 135
|
jhook = 135
|
||||||
fhook = 120
|
|
||||||
hookx = 170
|
hookx = 170
|
||||||
rhook = 110
|
rhook = 110
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue