Update version to 0.0.2

This commit is contained in:
Belleve Invis 2015-07-23 19:43:42 +08:00
parent 01addbec23
commit a64f51c74d
5 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -31,3 +31,4 @@ test/
preview/
build/
ref/
.buildglyphs.all.patel

View File

@ -713,7 +713,7 @@
r55_xn$setanchor$9Jrj('above', r1_MARK, r1_markMiddle, r1_XH, r1_markMiddle, r1_aboveMarkTop);
r55_leftEnd = r1_markMiddle - r1_markExtend * 1.5;
r55_rightEnd = r1_markMiddle + r1_markExtend * 1.5;
r55_xn$putshapes$9Jrj(r55_xn$createstroke$7Hrq()['start-from'](r55_leftEnd, r1_mix(r1_aboveMarkTop, r1_aboveMarkBot, 0.6))['set-width'](r1_markHalfStroke, r1_markHalfStroke)['heads-to'](r1_RIGHTWARD)['line-to'](r55_rightEnd, r1_mix(r1_aboveMarkTop, r1_aboveMarkBot, 0.6))['heads-to'](r1_RIGHTWARD)['to-outline']());
r55_xn$putshapes$9Jrj(r55_xn$createstroke$7Hrq()['start-from'](r55_leftEnd, r1_mix(r1_aboveMarkTop, r1_aboveMarkBot, 0.5))['set-width'](r1_markHalfStroke, r1_markHalfStroke)['heads-to'](r1_RIGHTWARD)['line-to'](r55_rightEnd, r1_mix(r1_aboveMarkTop, r1_aboveMarkBot, 0.5))['heads-to'](r1_RIGHTWARD)['to-outline']());
return void 0;
});
r1_xn$createglyph$7Hrq('A', function _r1_t50() {

View File

@ -30,8 +30,10 @@ update : $(FILES)
$(SUPPORT_FILES) :
patel-c $< -o $@ --strict
buildglyphs.js : buildglyphs-intro.patel $(GLYPH_SEGMENTS) buildglyphs-final.patel
cat $^ | patel-c --strict -o $@
.buildglyphs.all.patel : buildglyphs-intro.patel $(GLYPH_SEGMENTS) buildglyphs-final.patel
cat $^ > .buildglyphs.all.patel
buildglyphs.js : .buildglyphs.all.patel
patel-c --strict -o $@ $^
support/glyph.js : support/glyph.patel
support/stroke.js : support/stroke.patel
parameters.js : parameters.patel

View File

@ -32,7 +32,7 @@
'family': 'Iosevka',
'style': 'Regular',
'weight': 400,
'version': 'r0.0.1',
'version': 'r0.0.2',
'variantSelector': {},
'copyright': 'Copyright (c) 2015 Belleve Invis.'
};

View File

@ -34,7 +34,7 @@ define regular (
.family 'Iosevka'
.style 'Regular'
.weight 400
.version 'r0.0.1'
.version 'r0.0.2'
.variantSelector (.)
.copyright 'Copyright (c) 2015 Belleve Invis.'
)