Prerelease 0.1.16-p3
This commit is contained in:
parent
cea639e317
commit
1a0bcbc288
|
@ -164,7 +164,7 @@ define [buildFont para recursive] : begin
|
|||
define [adviceBlackness crowdedness] : Math.min STROKE ((RIGHTSB - SB) * (1 - WHITENESS) / (crowdedness * CORRECTION_HX))
|
||||
define MVERTSTROKE : adviceBlackness : fallback para.lllcrowdedness (3 + 1 / 3)
|
||||
define OVERLAYSTROKE : adviceBlackness 4
|
||||
define OPERATORSTROKE : adviceBlackness 3
|
||||
define OPERATORSTROKE : adviceBlackness 3.2
|
||||
|
||||
# Anchor parameters
|
||||
define BASE 'base'
|
||||
|
|
|
@ -530,9 +530,9 @@ create-glyph 'varphi' : glyph-construction
|
|||
include : VBar MIDDLE y1 y2 MVERTSTROKE
|
||||
include : VBar MIDDLE (y2 - HALFSTROKE) CAP
|
||||
|
||||
create-glyph 'phi' : glyph-construction
|
||||
assign-unicode 0x3C6
|
||||
include pMarks
|
||||
create-glyph 'taillessphi' : glyph-construction
|
||||
assign-unicode 0x2C77
|
||||
include eMarks
|
||||
local x0 : mix SB RIGHTSB 0.1
|
||||
local y1 : mix 0 XH 0.75
|
||||
local x1 : SB + O * 2
|
||||
|
@ -551,6 +551,11 @@ create-glyph 'phi' : glyph-construction
|
|||
archv
|
||||
flat (MIDDLE - MVERTSTROKE / 2 * CORRECTION_HX) y3
|
||||
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)
|
||||
|
||||
|
||||
|
|
|
@ -951,4 +951,5 @@ create-glyph 'bidentalpercussive' : glyph-construction
|
|||
include g
|
||||
|
||||
# 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)
|
|
@ -310,4 +310,9 @@ create-glyph 'integrate' : glyph-construction
|
|||
assign-unicode 0x222B
|
||||
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]
|
||||
family = 'Iosevka'
|
||||
version = 'r0.1.16-p1'
|
||||
version = 'r0.1.16-p3'
|
||||
codename = 'Mi-tsieng'
|
||||
copyright = 'Copyright (c) 2015 Belleve Invis.'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user