mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Add U-shaped arrows (#4807)
This commit is contained in:
parent
326fd33801
commit
cd62a19344
@ -639,6 +639,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
r.long.bar: '⟼',
|
r.long.bar: '⟼',
|
||||||
r.bar: '↦',
|
r.bar: '↦',
|
||||||
r.curve: '⤷',
|
r.curve: '⤷',
|
||||||
|
r.turn: '⮎',
|
||||||
r.dashed: '⇢',
|
r.dashed: '⇢',
|
||||||
r.dotted: '⤑',
|
r.dotted: '⤑',
|
||||||
r.double: '⇒',
|
r.double: '⇒',
|
||||||
@ -665,6 +666,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
#[call(crate::math::accent::arrow_l)] l: '←',
|
#[call(crate::math::accent::arrow_l)] l: '←',
|
||||||
l.bar: '↤',
|
l.bar: '↤',
|
||||||
l.curve: '⤶',
|
l.curve: '⤶',
|
||||||
|
l.turn: '⮌',
|
||||||
l.dashed: '⇠',
|
l.dashed: '⇠',
|
||||||
l.dotted: '⬸',
|
l.dotted: '⬸',
|
||||||
l.double: '⇐',
|
l.double: '⇐',
|
||||||
@ -692,6 +694,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
t: '↑',
|
t: '↑',
|
||||||
t.bar: '↥',
|
t.bar: '↥',
|
||||||
t.curve: '⤴',
|
t.curve: '⤴',
|
||||||
|
t.turn: '⮍',
|
||||||
t.dashed: '⇡',
|
t.dashed: '⇡',
|
||||||
t.double: '⇑',
|
t.double: '⇑',
|
||||||
t.filled: '⬆',
|
t.filled: '⬆',
|
||||||
@ -703,6 +706,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
b: '↓',
|
b: '↓',
|
||||||
b.bar: '↧',
|
b.bar: '↧',
|
||||||
b.curve: '⤵',
|
b.curve: '⤵',
|
||||||
|
b.turn: '⮏',
|
||||||
b.dashed: '⇣',
|
b.dashed: '⇣',
|
||||||
b.double: '⇓',
|
b.double: '⇓',
|
||||||
b.filled: '⬇',
|
b.filled: '⬇',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user