mirror of
https://github.com/typst/typst
synced 2025-05-21 20:45:27 +08:00
Add stroked variants of suits (#3612)
This commit is contained in:
parent
e6f7cc126c
commit
65ae369f2c
@ -486,7 +486,16 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
refmark: '※',
|
refmark: '※',
|
||||||
servicemark: '℠',
|
servicemark: '℠',
|
||||||
maltese: '✠',
|
maltese: '✠',
|
||||||
suit: [club: '♣', diamond: '♦', heart: '♥', spade: '♠'],
|
suit: [
|
||||||
|
club.filled: '♣',
|
||||||
|
club.stroked: '♧',
|
||||||
|
diamond.filled: '♦',
|
||||||
|
diamond.stroked: '♢',
|
||||||
|
heart.filled: '♥',
|
||||||
|
heart.stroked: '♡',
|
||||||
|
spade.filled: '♠',
|
||||||
|
spade.stroked: '♤',
|
||||||
|
],
|
||||||
|
|
||||||
// Shapes.
|
// Shapes.
|
||||||
bullet: '•',
|
bullet: '•',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user