From 65ae369f2c56644543afd3d7de8d4c87e29296ee Mon Sep 17 00:00:00 2001 From: Malo <57839069+MDLC01@users.noreply.github.com> Date: Tue, 19 Mar 2024 10:35:26 +0100 Subject: [PATCH] Add stroked variants of suits (#3612) --- crates/typst/src/symbols/sym.rs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index f472b3918..f5f94d907 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -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: '•',