mirror of
https://github.com/typst/typst
synced 2025-05-20 03:55:29 +08:00
Add parallelogram symbols (#3740)
This commit is contained in:
parent
e91baaca82
commit
7b9faa81bf
@ -585,6 +585,10 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
filled.small: '⬪',
|
filled.small: '⬪',
|
||||||
filled.medium: '⬧',
|
filled.medium: '⬧',
|
||||||
],
|
],
|
||||||
|
parallelogram: [
|
||||||
|
stroked: '▱',
|
||||||
|
filled: '▰',
|
||||||
|
],
|
||||||
star: [op: '⋆', stroked: '☆', filled: '★'],
|
star: [op: '⋆', stroked: '☆', filled: '★'],
|
||||||
|
|
||||||
// Arrows, harpoons, and tacks.
|
// Arrows, harpoons, and tacks.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user