Prerelease 0.1.16-p3
This commit is contained in:
parent
cea639e317
commit
1a0bcbc288
5 changed files with 18 additions and 7 deletions
|
@ -164,7 +164,7 @@ define [buildFont para recursive] : begin
|
||||||
define [adviceBlackness crowdedness] : Math.min STROKE ((RIGHTSB - SB) * (1 - WHITENESS) / (crowdedness * CORRECTION_HX))
|
define [adviceBlackness crowdedness] : Math.min STROKE ((RIGHTSB - SB) * (1 - WHITENESS) / (crowdedness * CORRECTION_HX))
|
||||||
define MVERTSTROKE : adviceBlackness : fallback para.lllcrowdedness (3 + 1 / 3)
|
define MVERTSTROKE : adviceBlackness : fallback para.lllcrowdedness (3 + 1 / 3)
|
||||||
define OVERLAYSTROKE : adviceBlackness 4
|
define OVERLAYSTROKE : adviceBlackness 4
|
||||||
define OPERATORSTROKE : adviceBlackness 3
|
define OPERATORSTROKE : adviceBlackness 3.2
|
||||||
|
|
||||||
# Anchor parameters
|
# Anchor parameters
|
||||||
define BASE 'base'
|
define BASE 'base'
|
||||||
|
|
|
@ -530,9 +530,9 @@ create-glyph 'varphi' : glyph-construction
|
||||||
include : VBar MIDDLE y1 y2 MVERTSTROKE
|
include : VBar MIDDLE y1 y2 MVERTSTROKE
|
||||||
include : VBar MIDDLE (y2 - HALFSTROKE) CAP
|
include : VBar MIDDLE (y2 - HALFSTROKE) CAP
|
||||||
|
|
||||||
create-glyph 'phi' : glyph-construction
|
create-glyph 'taillessphi' : glyph-construction
|
||||||
assign-unicode 0x3C6
|
assign-unicode 0x2C77
|
||||||
include pMarks
|
include eMarks
|
||||||
local x0 : mix SB RIGHTSB 0.1
|
local x0 : mix SB RIGHTSB 0.1
|
||||||
local y1 : mix 0 XH 0.75
|
local y1 : mix 0 XH 0.75
|
||||||
local x1 : SB + O * 2
|
local x1 : SB + O * 2
|
||||||
|
@ -551,6 +551,11 @@ create-glyph 'phi' : glyph-construction
|
||||||
archv
|
archv
|
||||||
flat (MIDDLE - MVERTSTROKE / 2 * CORRECTION_HX) y3
|
flat (MIDDLE - MVERTSTROKE / 2 * CORRECTION_HX) y3
|
||||||
curl (MIDDLE - MVERTSTROKE / 2 * CORRECTION_HX) 0 [heading DOWNWARD]
|
curl (MIDDLE - MVERTSTROKE / 2 * CORRECTION_HX) 0 [heading DOWNWARD]
|
||||||
|
|
||||||
|
create-glyph 'phi' : glyph-construction
|
||||||
|
assign-unicode 0x3C6
|
||||||
|
include pMarks
|
||||||
|
include glyphs.taillessphi
|
||||||
include : VBar MIDDLE DESCENDER (MVERTSTROKE * 0.2)
|
include : VBar MIDDLE DESCENDER (MVERTSTROKE * 0.2)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -952,3 +952,4 @@ create-glyph 'bidentalpercussive' : glyph-construction
|
||||||
|
|
||||||
# Turned glyphs
|
# Turned glyphs
|
||||||
turned nothing 0x27A 'rlongleg' MIDDLE (XH / 2) [anchorDeriv bMarks {.anchors {.bottomright {.type BASE .x RIGHTSB - RBALANCE .y 0}}}]
|
turned nothing 0x27A 'rlongleg' MIDDLE (XH / 2) [anchorDeriv bMarks {.anchors {.bottomright {.type BASE .x RIGHTSB - RBALANCE .y 0}}}]
|
||||||
|
turned nothing 0x2C79 'rrtail' MIDDLE (XH / 2)
|
|
@ -311,3 +311,8 @@ create-glyph 'integrate' : glyph-construction
|
||||||
include : LongSShape parenTop parenBot HOOK (HOOK * 0.75) OPERATORSTROKE
|
include : LongSShape parenTop parenBot HOOK (HOOK * 0.75) OPERATORSTROKE
|
||||||
|
|
||||||
dual 'doubleintegrate' 0x222C 'integrate' (0.5 * WIDTH)
|
dual 'doubleintegrate' 0x222C 'integrate' (0.5 * WIDTH)
|
||||||
|
|
||||||
|
create-glyph 'ringintegrate' : glyph-construction
|
||||||
|
assign-unicode 0x222E
|
||||||
|
include glyphs.integrate
|
||||||
|
include : smallo (parenMid + (RIGHTSB - SB) / 2) (parenMid - (RIGHTSB - SB) / 2) SB RIGHTSB OPERATORSTROKE
|
|
@ -1,6 +1,6 @@
|
||||||
[iosevka]
|
[iosevka]
|
||||||
family = 'Iosevka'
|
family = 'Iosevka'
|
||||||
version = 'r0.1.16-p1'
|
version = 'r0.1.16-p3'
|
||||||
codename = 'Mi-tsieng'
|
codename = 'Mi-tsieng'
|
||||||
copyright = 'Copyright (c) 2015 Belleve Invis.'
|
copyright = 'Copyright (c) 2015 Belleve Invis.'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue