Add cv29 and cv30. Closes #136.
This commit is contained in:
parent
d740da2810
commit
8981a3d180
|
@ -151,7 +151,7 @@ export : define [apply] : begin
|
||||||
include : dispiro
|
include : dispiro
|
||||||
flat (MIDDLE + markExtend * asciiMarkZoom + HALFSTROKE) ([mix (XH + ACCENT) aboveMarkBot asciiMarkZoom] + HALFSTROKE * 0.1) [widths.center : STROKE * 1.05]
|
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]
|
curl MIDDLE ([mix (XH + ACCENT) aboveMarkTop asciiMarkZoom] + HALFSTROKE * 0.5) [heading UPWARD]
|
||||||
save 'asciicaret' '^'
|
save 'asciicaret.high'
|
||||||
|
|
||||||
sketch # caronAbove
|
sketch # caronAbove
|
||||||
set-width 0
|
set-width 0
|
||||||
|
|
|
@ -786,6 +786,11 @@ export : define [apply] : begin
|
||||||
.cv16 'asciitilde.high'
|
.cv16 'asciitilde.high'
|
||||||
.cv17 'asciitilde.low'
|
.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]
|
composite 'degree' glyphs.space glyphs.ringAbove MarkZoom [into-unicode 0xB0]
|
||||||
|
|
||||||
|
|
|
@ -600,3 +600,7 @@ paragraph = 'low'
|
||||||
m = 'longleg'
|
m = 'longleg'
|
||||||
[v-m-shortleg.variantSelector]
|
[v-m-shortleg.variantSelector]
|
||||||
m = 'shortleg'
|
m = 'shortleg'
|
||||||
|
[v-caret-high.variantSelector]
|
||||||
|
asciicaret = 'high'
|
||||||
|
[v-caret-low.variantSelector]
|
||||||
|
asciicaret = 'low'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user