make backslash less vertical
This commit is contained in:
parent
bcf736e451
commit
8a9a7a9812
|
@ -428,11 +428,12 @@ export : define [apply] : begin
|
|||
save 'slash' '/'
|
||||
|
||||
sketch # backslash
|
||||
local cor : HVCONTRAST / [Math.sqrt (1 - [Math.pow ((RIGHTSB - SB - STROKE) / (parenTop - parenBot)) 2])]
|
||||
start-from SB parenTop
|
||||
line-to (SB + STROKE * cor) parenTop
|
||||
line-to RIGHTSB parenBot
|
||||
line-to (RIGHTSB - STROKE * cor) parenBot
|
||||
local width : (RIGHTSB - SB) * (1 + TANSLANT * 2)
|
||||
local cor : HVCONTRAST / [Math.sqrt (1 - [Math.pow ((width - STROKE) / (parenTop - parenBot)) 2])]
|
||||
start-from (MIDDLE - width / 2) parenTop
|
||||
line-to (MIDDLE - width / 2 + STROKE * cor) parenTop
|
||||
line-to (MIDDLE + width / 2) parenBot
|
||||
line-to (MIDDLE + width / 2 - STROKE * cor) parenBot
|
||||
reverse-last
|
||||
save 'backslash' "\\"
|
||||
alias 'solidus' 0x2044 'slash'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[iosevka]
|
||||
family = 'Iosevka'
|
||||
version = '1.9.5'
|
||||
version = '1.9.6'
|
||||
codename = 'Ingrid'
|
||||
copyright = 'Copyright (c) 2015-2016 Belleve Invis.'
|
||||
licence = '''This font software is licenced under the SIL Open Font Licence, Version 1.1. This is licence is avaliable with a FAQ at: http://scripts.sil.org/OFL. This font software is distributes on an 'AS IS' basis, without warranties or conditions of any kind, either express or implied. See the SIL Open Font licence fot the specific language, premissions and limitations governing your use of this font software.'''
|
||||
|
|
Loading…
Reference in New Issue
Block a user