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.bar: '↦',
|
||||
r.curve: '⤷',
|
||||
r.turn: '⮎',
|
||||
r.dashed: '⇢',
|
||||
r.dotted: '⤑',
|
||||
r.double: '⇒',
|
||||
@ -665,6 +666,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
||||
#[call(crate::math::accent::arrow_l)] l: '←',
|
||||
l.bar: '↤',
|
||||
l.curve: '⤶',
|
||||
l.turn: '⮌',
|
||||
l.dashed: '⇠',
|
||||
l.dotted: '⬸',
|
||||
l.double: '⇐',
|
||||
@ -692,6 +694,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
||||
t: '↑',
|
||||
t.bar: '↥',
|
||||
t.curve: '⤴',
|
||||
t.turn: '⮍',
|
||||
t.dashed: '⇡',
|
||||
t.double: '⇑',
|
||||
t.filled: '⬆',
|
||||
@ -703,6 +706,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
||||
b: '↓',
|
||||
b.bar: '↧',
|
||||
b.curve: '⤵',
|
||||
b.turn: '⮏',
|
||||
b.dashed: '⇣',
|
||||
b.double: '⇓',
|
||||
b.filled: '⬇',
|
||||
|
Loading…
x
Reference in New Issue
Block a user