So... is it really necessary to WRITE DOWN the parameter in the TOML?

This commit is contained in:
be5invis 2015-11-30 23:15:37 +08:00
parent db8c214632
commit def8b1ad15
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ export as build : define [buildFont para recursive recursiveCodes] : begin
define SB para.sb
define CAP para.cap
define XH para.xheight
define DESCENDER para.descender
define DESCENDER : fallback para.descender (XH - CAP)
# Key metrics for symbols
local parenTop ((XH * 0.625) + (CAP - XH) * 2.5)
local parenBot ((XH * 0.625) - (CAP - XH) * 2.5)

View File

@ -8,7 +8,7 @@ licence = '''This font software is licenced under the SIL Open Font Licence, Ver
width = 500
cap = 735
xheight = 530
descender = -205
#descender = -205 # Unnecessary
accent = 155
accentx = 200
overshoot = -8