Add cv29 and cv30. Closes #136.

This commit is contained in:
be5invis 2016-12-13 23:14:22 +08:00
parent d740da2810
commit 8981a3d180
3 changed files with 10 additions and 1 deletions

View File

@ -151,7 +151,7 @@ export : define [apply] : begin
include : dispiro
flat (MIDDLE + markExtend * asciiMarkZoom + HALFSTROKE) ([mix (XH + ACCENT) aboveMarkBot asciiMarkZoom] + HALFSTROKE * 0.1) [widths.center : STROKE * 1.05]
curl MIDDLE ([mix (XH + ACCENT) aboveMarkTop asciiMarkZoom] + HALFSTROKE * 0.5) [heading UPWARD]
save 'asciicaret' '^'
save 'asciicaret.high'
sketch # caronAbove
set-width 0

View File

@ -786,6 +786,11 @@ export : define [apply] : begin
.cv16 'asciitilde.high'
.cv17 'asciitilde.low'
}
composite 'asciicaret.low' glyphs.'asciicaret.high' [Upright] [Translate 0 (parenMid - XH - ACCENT)] [Italify]
select-variant 'asciicaret' '^' 'high' {
.cv29 'asciicaret.high'
.cv30 'asciicaret.low'
}
composite 'degree' glyphs.space glyphs.ringAbove MarkZoom [into-unicode 0xB0]

View File

@ -600,3 +600,7 @@ paragraph = 'low'
m = 'longleg'
[v-m-shortleg.variantSelector]
m = 'shortleg'
[v-caret-high.variantSelector]
asciicaret = 'high'
[v-caret-low.variantSelector]
asciicaret = 'low'