mirror of
https://github.com/typst/typst
synced 2025-05-21 04:25:28 +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: '※',
|
||||
servicemark: '℠',
|
||||
maltese: '✠',
|
||||
suit: [club: '♣', diamond: '♦', heart: '♥', spade: '♠'],
|
||||
suit: [
|
||||
club.filled: '♣',
|
||||
club.stroked: '♧',
|
||||
diamond.filled: '♦',
|
||||
diamond.stroked: '♢',
|
||||
heart.filled: '♥',
|
||||
heart.stroked: '♡',
|
||||
spade.filled: '♠',
|
||||
spade.stroked: '♤',
|
||||
],
|
||||
|
||||
// Shapes.
|
||||
bullet: '•',
|
||||
|
Loading…
x
Reference in New Issue
Block a user