mirror of
https://github.com/1j01/textual-paint.git
synced 2025-01-03 12:22:23 +03:00
Add more unicode alternatives
This commit is contained in:
parent
79cbeb9e30
commit
004700ad57
@ -241,8 +241,8 @@ Unfortunately, I haven't run into any significant roadblocks, so I'm apparently
|
||||
|
||||
These are the symbols I've found so far:
|
||||
|
||||
- Free-Form Select: ✂️📐🆓🕸✨⚝🫥🇫/🇸◌⁛⁘ ⢼⠮
|
||||
- Select: ⬚▧🔲 ⣏⣹
|
||||
- Free-Form Select: ✂️📐🆓🕸✨⚝⛤⛥⛦⛧🫥🇫/🇸◌⁛⁘ ⢼⠮
|
||||
- Select: ⬚▧🔲 ⣏⣹ ⛶
|
||||
- Eraser/Color Eraser: 🧼🧽🧹🚫👋🗑️▰▱
|
||||
- Fill With Color: 🌊💦💧🌈🎉🎊🪣🫗
|
||||
- Pick Color: 🎨💉💅💧📌📍⤤𝀃🝯🍶
|
||||
@ -262,7 +262,7 @@ The default symbols used may not be the best on your particular system, so I may
|
||||
|
||||
### Cursor
|
||||
|
||||
A crosshair cursor could use one of `+✜✛✚╋╬`, but whilst that imitates the look, it might be better to show the pixel under the cursor, i.e. character cell, surrounded by dashes, like this:
|
||||
A crosshair cursor could use one of `+✜✛✚╋╬⁘⁛⌖⯐`, but whilst that imitates the look, it might be better to show the pixel under the cursor, i.e. character cell, surrounded by dashes, like this:
|
||||
|
||||
```
|
||||
╻
|
||||
|
@ -305,8 +305,8 @@ class Tool(Enum):
|
||||
def get_icon(self) -> str:
|
||||
"""Get the icon for this tool."""
|
||||
# Alternatives considered:
|
||||
# - Free-Form Select: ✂️📐🆓🕸✨⚝🫥🇫/🇸◌⁛⁘ ⢼⠮
|
||||
# - Select: ⬚▧🔲 ⣏⣹
|
||||
# - Free-Form Select: ✂️📐🆓🕸✨⚝⛤⛥⛦⛧🫥🇫/🇸◌⁛⁘ ⢼⠮
|
||||
# - Select: ⬚▧🔲 ⣏⣹ ⛶
|
||||
# - Eraser/Color Eraser: 🧼🧽🧹🚫👋🗑️▰▱
|
||||
# - Fill With Color: 🌊💦💧🌈🎉🎊🪣🫗
|
||||
# - Pick Color: 🎨💉💅💧📌📍⤤𝀃🝯🍶
|
||||
|
Loading…
Reference in New Issue
Block a user