Optimize width of Sheqel sign under QP.
This commit is contained in:
parent
e262282fa8
commit
2fe8816a5f
1 changed files with 5 additions and 6 deletions
|
@ -83,7 +83,7 @@ glyph-block Symbol-Currency : begin
|
||||||
select-variant 'currency/turkishLiraSign' 0x20BA
|
select-variant 'currency/turkishLiraSign' 0x20BA
|
||||||
|
|
||||||
create-glyph 'currency/sheqelSign' 0x20AA : glyph-proc
|
create-glyph 'currency/sheqelSign' 0x20AA : glyph-proc
|
||||||
local df : include : DivFrame para.advanceScaleM 4
|
local df : include : DivFrame [mix 1 para.advanceScaleMM 0.5] 4
|
||||||
include : df.markSet.e
|
include : df.markSet.e
|
||||||
|
|
||||||
define pX 0.7
|
define pX 0.7
|
||||||
|
@ -205,9 +205,8 @@ glyph-block Symbol-Letter : begin
|
||||||
alias 'eulerConst' 0x2107 'latn/Epsilon'
|
alias 'eulerConst' 0x2107 'latn/Epsilon'
|
||||||
alias 'scruple' 0x2108 'cyrl/E'
|
alias 'scruple' 0x2108 'cyrl/E'
|
||||||
|
|
||||||
|
|
||||||
alias 'Ohm' 0x2126 'grek/Omega'
|
alias 'Ohm' 0x2126 'grek/Omega'
|
||||||
turned 'Mho' 0x2127 'Ohm' Middle (CAP / 2)
|
alias 'Mho' 0x2127 'latn/Upsilon'
|
||||||
|
|
||||||
alias 'letterLike/kelvinSign' 0x212A 'K'
|
alias 'letterLike/kelvinSign' 0x212A 'K'
|
||||||
|
|
||||||
|
@ -235,7 +234,7 @@ glyph-block Symbol-Letter : begin
|
||||||
|
|
||||||
# Center of inner round corner, as well as the limit X for the inner circle edge
|
# Center of inner round corner, as well as the limit X for the inner circle edge
|
||||||
local xLargeRc : sw + r2
|
local xLargeRc : sw + r2
|
||||||
local yLargeRc : cy - [Math.sqrt ((r1 - r2) * (r1 - r2) - (cx - sw - r2) * (cx - sw - r2))]
|
local yLargeRc : cy - [Math.sqrt : (r1 - r2) * (r1 - r2) - (cx - sw - r2) * (cx - sw - r2)]
|
||||||
local xInnerCircleLimit : cx - (cx - xLargeRc) * (r1 / (r1 - r2))
|
local xInnerCircleLimit : cx - (cx - xLargeRc) * (r1 / (r1 - r2))
|
||||||
|
|
||||||
include : ForceUpright
|
include : ForceUpright
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue