Update license year data
This commit is contained in:
parent
2bf0e3a35d
commit
952e1492ba
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
Copyright 2015-2021, Renzhi Li (aka. Belleve Invis, belleve@typeof.net)
|
Copyright (c) 2015-2022, Renzhi Li (aka. Belleve Invis, belleve@typeof.net)
|
||||||
|
|
||||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||||
|
|
||||||
|
|
|
@ -256,8 +256,8 @@ glyph-block Symbol-Punctuation-Brackets : begin
|
||||||
local hs : sw / 2
|
local hs : sw / 2
|
||||||
local xIns : mix SB RightSB DesignParameters.braceInside
|
local xIns : mix SB RightSB DesignParameters.braceInside
|
||||||
local xOus : mix SB RightSB DesignParameters.braceOutside
|
local xOus : mix SB RightSB DesignParameters.braceOutside
|
||||||
local m1 : mix SB RightSB [mix DesignParameters.braceInside DesignParameters.braceOutside (DesignParameters.braceCurlyM1 * (1 + 0.5 * pFlatIn))]
|
local m1 : mix xIns xOus (DesignParameters.braceCurlyM1 * (1 + 0.5 * pFlatIn))
|
||||||
local m2 : mix SB RightSB [mix DesignParameters.braceInside DesignParameters.braceOutside (DesignParameters.braceCurlyM2 * (1 + 0.5 * pFlatOut))]
|
local m2 : mix xIns xOus (DesignParameters.braceCurlyM2 * (1 + 0.5 * pFlatOut))
|
||||||
local braceRadiusLowLimit : (ParenTop - SymbolMid - sw) * (1 / 3) + hs
|
local braceRadiusLowLimit : (ParenTop - SymbolMid - sw) * (1 / 3) + hs
|
||||||
local radius1 : (sw / 16) + [mix [Math.min (xIns - m1) braceRadiusLowLimit] sw (0.75 * pFlatIn)]
|
local radius1 : (sw / 16) + [mix [Math.min (xIns - m1) braceRadiusLowLimit] sw (0.75 * pFlatIn)]
|
||||||
local radius2 : (sw / 16) + [mix [Math.min (m2 - xOus) braceRadiusLowLimit] sw (0.75 * pFlatOut)] - hs
|
local radius2 : (sw / 16) + [mix [Math.min (m2 - xOus) braceRadiusLowLimit] sw (0.75 * pFlatOut)] - hs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue