mirror of https://github.com/stelzo/typst.git
Add sym.bullet, which is different from sym.circle.filled.small (#1372)
This commit is contained in:
parent
a54cde71cb
commit
9cae387480
|
|
@ -446,6 +446,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
||||||
suit: [club: '♣', diamond: '♦', heart: '♥', spade: '♠'],
|
suit: [club: '♣', diamond: '♦', heart: '♥', spade: '♠'],
|
||||||
|
|
||||||
// Shapes.
|
// Shapes.
|
||||||
|
bullet: '•',
|
||||||
circle: [
|
circle: [
|
||||||
stroked: '○',
|
stroked: '○',
|
||||||
stroked.tiny: '∘',
|
stroked.tiny: '∘',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue